mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
units: enable systemd-networkd-wait-online.service, disable all journal-remote stuff
The preset for systemd-networkd-wait-online.service should match whatever we do for systemd-networkd.service. s-n-wait-online.service is only pulled in when some other unit pulls in network-online.target, otherwise it's not used. But if something pulls in network-online.target, they should expect s-n-wait-online.service to be active iff systemd-networkd.service is active. OTOH, the journal-remote and journal-upload services should be disabled by default, since they don't do anything without additional configuration.
This commit is contained in:
parent
25ea92778d
commit
58a6dd1558
@ -15,6 +15,7 @@ enable getty@.service
|
||||
enable systemd-timesyncd.service
|
||||
enable systemd-networkd.service
|
||||
enable systemd-resolved.service
|
||||
enable systemd-networkd-wait-online.service
|
||||
|
||||
disable console-getty.service
|
||||
disable console-shell.service
|
||||
@ -29,4 +30,5 @@ disable rescue.target
|
||||
disable syslog.socket
|
||||
|
||||
disable systemd-journal-gatewayd.*
|
||||
disable systemd-networkd-wait-online.service
|
||||
disable systemd-journal-remote.*
|
||||
disable systemd-journal-upload.*
|
||||
|
Loading…
Reference in New Issue
Block a user