]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
preset: let's clean up preset list a bit 15358/head
authorLennart Poettering <lennart@poettering.net>
Tue, 7 Apr 2020 17:01:00 +0000 (19:01 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Apr 2020 17:01:00 +0000 (19:01 +0200)
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.

presets/90-systemd.preset

index 6beedf79e7fd88a634ce1370111b2ccacc42c3a7..2b4d625fc9f58a1d5e9ec185871b87913a0dbd07 100644 (file)
@@ -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.