timesyncd: order after tmpfiles to get a working network monitor

This commit is contained in:
Kay Sievers 2014-05-22 07:55:38 +09:00
parent 637f421e5c
commit 52ffb444cb
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ d /run/systemd/machines 0755 root root -
d /run/systemd/shutdown 0755 root root -
d /run/systemd/network 0755 root root -
d /run/systemd/network/links 0755 root root -
d /run/systemd/network/leases 0755 root root -
m /var/log/journal 2755 root systemd-journal - -
Z /var/log/journal/%m 2755 root systemd-journal - -

View file

@ -11,7 +11,7 @@ Documentation=man:systemd-timesyncd.service(8)
ConditionCapability=CAP_SYS_TIME
DefaultDependencies=off
RequiresMountsFor=/var/lib/systemd/clock
After=systemd-remount-fs.service
After=systemd-remount-fs.service systemd-tmpfiles-setup.service
Before=sysinit.target shutdown.target
Conflicts=shutdown.target