mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
Fix delaying systemd-timesyncd start (#2069)
* 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
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
Wants=network-online.target
|
||||
|
||||
[Install]
|
||||
WantedBy=
|
||||
WantedBy=time-sync.target
|
||||
|
||||
Reference in New Issue
Block a user