edit systemd service files updating borg directory

dev
Bryan 2020-11-01 22:00:21 -06:00
parent 571655f9b1
commit 00ae316874
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/borgwrapper -c /etc/borgwrapper/%i backup
ExecStart=/usr/bin/borgwrapper -c /etc/borgwrapper/%i backup
Nice=10
User=root
Group=root

View File

@ -4,7 +4,7 @@ After=network.target borgwrapper-backup@%i.service
[Service]
Type=oneshot
ExecStart=/usr/local/bin/borgwrapper -c /etc/borgwrapper/%i verify
ExecStart=/usr/bin/borgwrapper -c /etc/borgwrapper/%i verify
Nice=10
User=root
Group=root