mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
Revert "presets: "disable" all passive targets by default"
This reverts commit 61c3e2c8bf
.
The original commit doesn't make sense to me, none of the listed units
have an [Install] section, they hence are not subject to enable/disable
and hence not preset either. This commit hence has no effect whatsoever,
let's undo it to avoid further confusion.
This commit is contained in:
parent
90bdc8be66
commit
548af942b8
@ -43,18 +43,3 @@ disable syslog.socket
|
||||
disable systemd-journal-gatewayd.*
|
||||
disable systemd-journal-remote.*
|
||||
disable systemd-journal-upload.*
|
||||
|
||||
# Passive targets: always off by default, since they should only be pulled in
|
||||
# by dependent units.
|
||||
|
||||
disable cryptsetup-pre.target
|
||||
disable getty-pre.target
|
||||
disable local-fs-pre.target
|
||||
disable network.target
|
||||
disable network-pre.target
|
||||
disable nss-lookup.target
|
||||
disable nss-user-lookup.target
|
||||
disable remote-fs-pre.target
|
||||
disable rpcbind.target
|
||||
disable time-set.target
|
||||
disable time-sync.target
|
||||
|
@ -13,9 +13,3 @@
|
||||
|
||||
enable systemd-tmpfiles-setup.service
|
||||
enable systemd-tmpfiles-clean.timer
|
||||
|
||||
# Passive targets: always off by default, since they should only be pulled in
|
||||
# by dependent units.
|
||||
|
||||
disable graphical-session-pre.target
|
||||
disable graphical-session.target
|
||||
|
Loading…
Reference in New Issue
Block a user