From 2e5895c173d4cceb5426619ab877d72671da849d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 16 Aug 2017 22:24:09 -0400 Subject: Make installation paths and such configurable This doesn't change the default behavior at all. --- systemd-timesyncd.service.d-wait.conf.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systemd-timesyncd.service.d-wait.conf.in (limited to 'systemd-timesyncd.service.d-wait.conf.in') 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 -- cgit v1.2.3-54-g00ecf