From be80154827100b19b6cc79a59323791b4f1a409f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 20 May 2018 01:09:57 +0900 Subject: unit: drop After=systemd-sysusers.service from timesyncd After=systemd-sysusers.service is not necessary, as timesyncd already enables DynamicUser=. --- 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 913dac773a..6bfe28627b 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -13,7 +13,7 @@ Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME ConditionVirtualization=!container DefaultDependencies=no -After=systemd-remount-fs.service systemd-sysusers.service +After=systemd-remount-fs.service Before=time-sync.target sysinit.target shutdown.target Conflicts=shutdown.target Wants=time-sync.target -- cgit v1.2.1