diff options
-rw-r--r-- | systemd-timesyncd.service.d-wait.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systemd-timesyncd.service.d-wait.conf b/systemd-timesyncd.service.d-wait.conf index b66b18b..7098f0d 100644 --- a/systemd-timesyncd.service.d-wait.conf +++ b/systemd-timesyncd.service.d-wait.conf @@ -5,7 +5,7 @@ After=systemd-timesyncd-wait.socket [Service] Sockets= ExecStart= -ExecStart=/usr/lib/systemd/systemd-timesyncd-wrap /usr/lib/systemd/systemd-timesyncd -ExecStopPost=/usr/bin/rm -f -- /run/timesyncd/notify.sock -ExecStartPre=/usr/bin/rm -f -- /run/timesyncd/notify.sock +ExecStart=/usr/lib/systemd/systemd-timesyncd-wrap /lib/systemd/systemd-timesyncd +ExecStopPost=/bin/rm -f -- /run/timesyncd/notify.sock +ExecStartPre=/bin/rm -f -- /run/timesyncd/notify.sock NotifyAccess=all |