edit systemd service files updating borg directory
parent
571655f9b1
commit
00ae316874
|
|
@ -4,7 +4,7 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/local/bin/borgwrapper -c /etc/borgwrapper/%i backup
|
ExecStart=/usr/bin/borgwrapper -c /etc/borgwrapper/%i backup
|
||||||
Nice=10
|
Nice=10
|
||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ After=network.target borgwrapper-backup@%i.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/local/bin/borgwrapper -c /etc/borgwrapper/%i verify
|
ExecStart=/usr/bin/borgwrapper -c /etc/borgwrapper/%i verify
|
||||||
Nice=10
|
Nice=10
|
||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue