remove 'ExecStartPost' from service
This commit is contained in:
parent
f1d24e6d07
commit
5784b7e9e5
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ Description=restic backup
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/velvettear/.dots/scripts/restic/restic.sh
|
||||
ExecStartPost=/home/velvettear/.dots/scripts/notify.sh "backups" "/var/log/restic-%i.log" --title "%i" --icon "green_circle"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue