Skip to content

Commit be80154

Browse files
committed
unit: drop After=systemd-sysusers.service from timesyncd
After=systemd-sysusers.service is not necessary, as timesyncd already enables DynamicUser=.
1 parent c9fe05e commit be80154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

units/systemd-timesyncd.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Documentation=man:systemd-timesyncd.service(8)
1313
ConditionCapability=CAP_SYS_TIME
1414
ConditionVirtualization=!container
1515
DefaultDependencies=no
16-
After=systemd-remount-fs.service systemd-sysusers.service
16+
After=systemd-remount-fs.service
1717
Before=time-sync.target sysinit.target shutdown.target
1818
Conflicts=shutdown.target
1919
Wants=time-sync.target

0 commit comments

Comments
 (0)