Revert "Use absolute paths in systemd commands."
This reverts commit 24e1516ec5
.
This commit is contained in:
parent
8d12079386
commit
88f06f7921
1 changed files with 2 additions and 2 deletions
|
@ -20,5 +20,5 @@ Restart=no
|
||||||
LogRateLimitIntervalSec=0
|
LogRateLimitIntervalSec=0
|
||||||
|
|
||||||
# Delay start to prevent backups running during boot.
|
# Delay start to prevent backups running during boot.
|
||||||
ExecStartPre=/usr/bin/sleep 1m
|
ExecStartPre=sleep 1m
|
||||||
ExecStart=/usr/bin/systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /root/.local/bin/borgmatic --syslog-verbosity 1
|
ExecStart=systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /root/.local/bin/borgmatic --syslog-verbosity 1
|
||||||
|
|
Loading…
Reference in a new issue