diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:24:09 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:27:35 -0400 |
commit | 2e5895c173d4cceb5426619ab877d72671da849d (patch) | |
tree | 610a1b13a85334c7f0de38a55df5129a6f24922c /systemd-timesyncd.service.d-wait.conf | |
parent | d6d7ed035c4f4a1f8e968e70726050c9fa4553e4 (diff) |
Make installation paths and such configurable
This doesn't change the default behavior at all.
Diffstat (limited to 'systemd-timesyncd.service.d-wait.conf')
-rw-r--r-- | systemd-timesyncd.service.d-wait.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/systemd-timesyncd.service.d-wait.conf b/systemd-timesyncd.service.d-wait.conf deleted file mode 100644 index b66b18b..0000000 --- a/systemd-timesyncd.service.d-wait.conf +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Wants=systemd-timesyncd-wait.socket systemd-timesyncd-wait.service -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 -NotifyAccess=all |