edit systemd service files updating borg directory
parent
571655f9b1
commit
00ae316874
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue