mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
timesyncd: order after tmpfiles to get a working network monitor
This commit is contained in:
parent
637f421e5c
commit
52ffb444cb
@ -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 - -
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user