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:
Zbigniew Jędrzejewski-Szmek 2016-08-13 01:52:12 -04:00
parent 25ea92778d
commit 58a6dd1558
1 changed files with 3 additions and 1 deletions

View File

@ -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.*