summaryrefslogtreecommitdiff
blob: 5e6f8b7482b59a60d14140bfeb5d8b02b7dfed71 (plain)
1
2
3
4
5
6
7
8
--- a/sample/systemd/borgmatic.service
+++ b/sample/systemd/borgmatic.service
@@ -61,4 +61,4 @@
 # Delay start to prevent backups running during boot. Note that systemd-inhibit requires dbus and
 # dbus-user-session to be installed.
 ExecStartPre=sleep 1m
-ExecStart=systemd-inhibit --who="borgmatic" --what="sleep:shutdown" --why="Prevent interrupting scheduled backup" /root/.local/bin/borgmatic --verbosity -2 --syslog-verbosity 1
+ExecStart=systemd-inhibit --who="borgmatic" --what="sleep:shutdown" --why="Prevent interrupting scheduled backup" /usr/bin/borgmatic --verbosity -2 --syslog-verbosity 1