diff options
Diffstat (limited to 'systemd-timesyncd.service.d-wait.conf.in')
-rw-r--r-- | systemd-timesyncd.service.d-wait.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd-timesyncd.service.d-wait.conf.in b/systemd-timesyncd.service.d-wait.conf.in index b2c630a..7acfbb6 100644 --- a/systemd-timesyncd.service.d-wait.conf.in +++ b/systemd-timesyncd.service.d-wait.conf.in @@ -5,8 +5,9 @@ After=systemd-timesyncd-wait.socket [Service] Sockets= ExecStart= -ExecStart=@rootlibexecdir@/systemd-timesyncd-wrap @TIMESYNCD_PATH@ +ExecStart=@BANGBANG@@rootlibexecdir@/systemd-timesyncd-wrap @TIMESYNCD_PATH@ ExecStopPost=@RM@ -f -- /run/timesyncd/notify.sock ExecStartPre=@RM@ -f -- /run/timesyncd/notify.sock +ExecStartPre=@BANGCHOWN@ systemd-timesync /run/timesyncd @ReadWritePaths@=/run/timesyncd NotifyAccess=all |