summaryrefslogtreecommitdiff
path: root/systemd-timesyncd.service.d-wait.conf.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-09 11:38:13 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-09 11:38:13 -0400
commit1e37851585ef96db8ed304fbdf5d3c9696560584 (patch)
tree6fcaedf98dd7a33ef358e37155c668b8e6d7b313 /systemd-timesyncd.service.d-wait.conf.in
parent860f47bfc21e2634d5a87af6b8e171d07f8aba62 (diff)
wait.conf: Write ReadWritePaths= as ReadWriteDirectories= for sd < 231
Diffstat (limited to 'systemd-timesyncd.service.d-wait.conf.in')
-rw-r--r--systemd-timesyncd.service.d-wait.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-timesyncd.service.d-wait.conf.in b/systemd-timesyncd.service.d-wait.conf.in
index 9ea5c42..b2c630a 100644
--- a/systemd-timesyncd.service.d-wait.conf.in
+++ b/systemd-timesyncd.service.d-wait.conf.in
@@ -8,5 +8,5 @@ ExecStart=
ExecStart=@rootlibexecdir@/systemd-timesyncd-wrap @TIMESYNCD_PATH@
ExecStopPost=@RM@ -f -- /run/timesyncd/notify.sock
ExecStartPre=@RM@ -f -- /run/timesyncd/notify.sock
-ReadWritePaths=/run/timesyncd
+@ReadWritePaths@=/run/timesyncd
NotifyAccess=all