mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
preset: let's clean up preset list a bit
let's make sure we list all singleton units we define in the preset list, either as disable or as enable. Only four were missing, let's add them in. Also, let's group the pstore one with the other ones that are enabled, right at the top.
This commit is contained in:
parent
9afe05c149
commit
9e27fd321c
@ -21,6 +21,7 @@ enable systemd-networkd.service
|
||||
enable systemd-resolved.service
|
||||
enable systemd-homed.service
|
||||
enable systemd-userdbd.socket
|
||||
enable systemd-pstore.service
|
||||
|
||||
disable console-getty.service
|
||||
disable debug-shell.service
|
||||
@ -32,14 +33,17 @@ enable reboot.target
|
||||
disable rescue.target
|
||||
disable exit.target
|
||||
|
||||
disable systemd-networkd-wait-online.service
|
||||
disable systemd-time-wait-sync.service
|
||||
disable systemd-boot-check-no-failures.service
|
||||
disable systemd-network-generator.service
|
||||
|
||||
disable syslog.socket
|
||||
|
||||
disable systemd-journal-gatewayd.*
|
||||
disable systemd-journal-remote.*
|
||||
disable systemd-journal-upload.*
|
||||
|
||||
enable systemd-pstore.service
|
||||
|
||||
# Passive targets: always off by default, since they should only be pulled in
|
||||
# by dependent units.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user