summaryrefslogtreecommitdiff
path: root/systemd-timesyncd-wait.service.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-08 21:29:42 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-08 21:29:42 -0400
commit860f47bfc21e2634d5a87af6b8e171d07f8aba62 (patch)
treec34137475831f9555aa4548b6d0faf2a43fba1b5 /systemd-timesyncd-wait.service.in
parent0607a0add0b3ac72169be53d072db48c31a018d7 (diff)
Makefile: set TimeoutStartSec=0 for sd versions < 229
Diffstat (limited to 'systemd-timesyncd-wait.service.in')
-rw-r--r--systemd-timesyncd-wait.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-timesyncd-wait.service.in b/systemd-timesyncd-wait.service.in
index e356dae..dd485e3 100644
--- a/systemd-timesyncd-wait.service.in
+++ b/systemd-timesyncd-wait.service.in
@@ -8,4 +8,4 @@ Wants=time-sync.target systemd-timesyncd-wait.socket
[Service]
Type=oneshot
ExecStart=@rootlibexecdir@/systemd-timesyncd-wait
-TimeoutStartSec=infinity
+TimeoutStartSec=@INFINITY@