mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 09:35:52 +07:00
shutdownd: enable by default
This commit is contained in:
parent
f614480831
commit
a145090c82
@ -779,9 +779,10 @@ install-data-hook:
|
||||
rm -f session && \
|
||||
$(LN_S) $(pkgsysconfdir)/session session )
|
||||
( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
|
||||
rm -f systemd-initctl.socket systemd-logger.socket && \
|
||||
rm -f systemd-initctl.socket systemd-logger.socket systemd-shutdownd.socket && \
|
||||
$(LN_S) ../systemd-logger.socket systemd-logger.socket && \
|
||||
$(LN_S) ../systemd-initctl.socket systemd-initctl.socket )
|
||||
$(LN_S) ../systemd-initctl.socket systemd-initctl.socket && \
|
||||
$(LN_S) ../systemd-shutdownd.socket systemd-shutdownd.socket )
|
||||
( cd $(DESTDIR)$(systemunitdir)/runlevel1.target.wants && \
|
||||
rm -f systemd-update-utmp-runlevel.service && \
|
||||
$(LN_S) ../systemd-update-utmp-runlevel.service )
|
||||
|
Loading…
Reference in New Issue
Block a user