diff options
author | Juraj Oršulić <juraj.orsulic@fer.hr> | 2017-02-11 22:15:14 +0100 |
---|---|---|
committer | Juraj Oršulić <juraj.orsulic@fer.hr> | 2017-02-13 17:22:47 +0100 |
commit | b6e79c4a2de132f72319c9088558a15ba2790de7 (patch) | |
tree | 197e138cc839b1ecbb3de4bc8ef374845ac7905a | |
parent | d6d7ed035c4f4a1f8e968e70726050c9fa4553e4 (diff) |
Adapt to Ubuntu
-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 |