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:
Lennart Poettering 2020-04-07 19:01:00 +02:00
parent 9afe05c149
commit 9e27fd321c
1 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,7 @@ enable systemd-networkd.service
enable systemd-resolved.service enable systemd-resolved.service
enable systemd-homed.service enable systemd-homed.service
enable systemd-userdbd.socket enable systemd-userdbd.socket
enable systemd-pstore.service
disable console-getty.service disable console-getty.service
disable debug-shell.service disable debug-shell.service
@ -32,14 +33,17 @@ enable reboot.target
disable rescue.target disable rescue.target
disable exit.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 syslog.socket
disable systemd-journal-gatewayd.* disable systemd-journal-gatewayd.*
disable systemd-journal-remote.* disable systemd-journal-remote.*
disable systemd-journal-upload.* disable systemd-journal-upload.*
enable systemd-pstore.service
# Passive targets: always off by default, since they should only be pulled in # Passive targets: always off by default, since they should only be pulled in
# by dependent units. # by dependent units.