summaryrefslogtreecommitdiff
path: root/app-backup/borgmatic/files/borgmatic-1.7.3-systemd_service_bin_path.patch
blob: 25b2837774088c106c1b4d662ae0954a83ded4ba (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 -1 --syslog-verbosity 1
+ExecStart=systemd-inhibit --who="borgmatic" --what="sleep:shutdown" --why="Prevent interrupting scheduled backup" /usr/bin/borgmatic --verbosity -1 --syslog-verbosity 1