Fixed path issue with systemd service, snapsh needs to be in the system $PATH to work

This commit is contained in:
Jarno Rankinen 2021-10-29 09:24:54 +03:00
parent c546442bfd
commit 3e1fd62d0f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=Snapsh: Remove leftover *.previous subvolumes
[Service]
Type=oneshot
ExecStart=/usr/sbin/snapsh --post-rollback
ExecStart=snapsh --post-rollback
RemainAfterExit=yes
[Install]