mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-02 08:23:19 +00:00
Snapcast service
This commit is contained in:
13
systemd/user/snapcast.service
Normal file
13
systemd/user/snapcast.service
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user