From 52ffb444cbab6fe5680901682f804c051ca624be Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 22 May 2014 07:55:38 +0900 Subject: timesyncd: order after tmpfiles to get a working network monitor --- units/systemd-timesyncd.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-timesyncd.service.in') diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index ec2871455e..af91d63670 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -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 -- cgit v1.2.3-54-g00ecf