spotify: make spotify-cleaner terminate in 5s

This commit is contained in:
Vincent Bernat 2022-10-01 17:07:28 +02:00
parent 69933c7a42
commit d70628795f

View file

@ -6,3 +6,4 @@ After=sound.target
ExecStart=%h/.config/i3/bin/spotify-clean ExecStart=%h/.config/i3/bin/spotify-clean
Type=oneshot Type=oneshot
RemainAfterExit=false RemainAfterExit=false
TimeoutStartSec=5s