* Fix delaying systemd-timesyncd Setting WantedBy=time-sync.target in a service.d config file does not clear previous assignments of WantedBy. This caused the services to still be pulled in by the sysinit.target, causing a ordering cycle and the system to not start essential services. * Remove sysinit.target from Before ordering
7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
[Unit]
|
|
Wants=network-online.target
|
|
|
|
[Install]
|
|
WantedBy=
|
|
WantedBy=time-sync.target
|