summaryrefslogtreecommitdiff
path: root/systemd-timesyncd.service.d-wait.conf.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:24:09 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:27:35 -0400
commit2e5895c173d4cceb5426619ab877d72671da849d (patch)
tree610a1b13a85334c7f0de38a55df5129a6f24922c /systemd-timesyncd.service.d-wait.conf.in
parentd6d7ed035c4f4a1f8e968e70726050c9fa4553e4 (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.in')
-rw-r--r--systemd-timesyncd.service.d-wait.conf.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd-timesyncd.service.d-wait.conf.in b/systemd-timesyncd.service.d-wait.conf.in
new file mode 100644
index 0000000..2b29b52
--- /dev/null
+++ b/systemd-timesyncd.service.d-wait.conf.in
@@ -0,0 +1,11 @@
+[Unit]
+Wants=systemd-timesyncd-wait.socket systemd-timesyncd-wait.service
+After=systemd-timesyncd-wait.socket
+
+[Service]
+Sockets=
+ExecStart=
+ExecStart=@rootlibexecdir@/systemd-timesyncd-wrap @TIMESYNCD_PATH@
+ExecStopPost=@RM@ -f -- /run/timesyncd/notify.sock
+ExecStartPre=@RM@ -f -- /run/timesyncd/notify.sock
+NotifyAccess=all