Fix delaying systemd-timesyncd start correctly (#2082)
Unfortunately, orderings like Before= cannot be overriden by vendor settings. This is mentioned in "Example 2. Overriding vendor settings" on https://www.freedesktop.org/software/systemd/man/systemd.unit.html. Correctly fix ordering by overriding the entire unit.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
[Unit]
|
||||
RequiresMountsFor=/var/lib/systemd
|
||||
After=network-online.target
|
||||
Before=
|
||||
Before=time-set.target shutdown.target
|
||||
|
||||
[Install]
|
||||
WantedBy=
|
||||
WantedBy=time-sync.target
|
||||
|
||||
Reference in New Issue
Block a user