diff --git a/home/user/snapcast.service b/home/user/snapcast.service index 6caea16..a46417a 100644 --- a/home/user/snapcast.service +++ b/home/user/snapcast.service @@ -7,7 +7,6 @@ Requires=pipewire.service WantedBy=default.target [Service] -Type=oneshot -RemainAfterExit=true -ExecStart=%h/git/audio/snapcast/bin/snapclient -ExecStop=killall -q snapclient \ No newline at end of file +Type=simple +ExecStart=%h/git/audio/snapcast/bin/snapclient --player pipewire +Restart=on-failure