remove 'ExecStartPost' from service

This commit is contained in:
Daniel Sommer 2024-08-28 15:31:46 +02:00
parent f1d24e6d07
commit 5784b7e9e5

View file

@ -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