From: Yu Watanabe Date: Sat, 19 May 2018 16:09:57 +0000 (+0900) Subject: unit: drop After=systemd-sysusers.service from timesyncd X-Git-Tag: v239~216^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be80154827100b19b6cc79a59323791b4f1a409f;p=thirdparty%2Fsystemd.git unit: drop After=systemd-sysusers.service from timesyncd After=systemd-sysusers.service is not necessary, as timesyncd already enables DynamicUser=. --- diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 913dac773a2..6bfe28627b2 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