diff options
author | 2018-05-20 01:09:57 +0900 | |
---|---|---|
committer | 2018-05-22 22:20:17 +0900 | |
commit | be80154827100b19b6cc79a59323791b4f1a409f (patch) | |
tree | 9efd7f2d57e3df1f8220293dd15bd98b41951ace /units | |
parent | nspawn: support pivot-root option during directory validation (diff) | |
download | systemd-be80154827100b19b6cc79a59323791b4f1a409f.tar.gz systemd-be80154827100b19b6cc79a59323791b4f1a409f.tar.bz2 systemd-be80154827100b19b6cc79a59323791b4f1a409f.zip |
unit: drop After=systemd-sysusers.service from timesyncd
After=systemd-sysusers.service is not necessary, as timesyncd
already enables DynamicUser=.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-timesyncd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 913dac773..6bfe28627 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 |