]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: drop After=systemd-sysusers.service from timesyncd
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 19 May 2018 16:09:57 +0000 (01:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 22 May 2018 13:20:17 +0000 (22:20 +0900)
After=systemd-sysusers.service is not necessary, as timesyncd
already enables DynamicUser=.

units/systemd-timesyncd.service.in

index 913dac773a24856947d778209be6450f9a9e2339..6bfe28627b2200b4f15039dd7565fb19c5c689df 100644 (file)
@@ -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