From 734b8e87d4fb7cb00483e07b97c6b8c2a2c97cc8 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 11 Oct 2025 09:35:51 -0400 Subject: [PATCH] Snapcast service --- systemd/user/snapcast.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemd/user/snapcast.service diff --git a/systemd/user/snapcast.service b/systemd/user/snapcast.service new file mode 100644 index 0000000..6caea16 --- /dev/null +++ b/systemd/user/snapcast.service @@ -0,0 +1,13 @@ +[Unit] +Description=Snapcast +After=pipewire.service +Requires=pipewire.service + +[Install] +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