From 4f45baccc364a6b2dca83d20f94aa9a73edce402 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 9 Aug 2026 09:13:03 -0400 Subject: [PATCH] fix(snapcast): use pipewire player --- home/user/snapcast.service | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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