summaryrefslogtreecommitdiff
path: root/units/systemd-timesyncd.service.in
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-20 01:09:57 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-05-22 22:20:17 +0900
commitbe80154827100b19b6cc79a59323791b4f1a409f (patch)
tree9efd7f2d57e3df1f8220293dd15bd98b41951ace /units/systemd-timesyncd.service.in
parentc9fe05e07d29e92d0b84211472f252b80d4b4e2f (diff)
downloadsystemd-be80154827100b19b6cc79a59323791b4f1a409f.tar.gz
unit: drop After=systemd-sysusers.service from timesyncd
After=systemd-sysusers.service is not necessary, as timesyncd already enables DynamicUser=.
Diffstat (limited to 'units/systemd-timesyncd.service.in')
-rw-r--r--units/systemd-timesyncd.service.in2
1 files changed, 1 insertions, 1 deletions
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