mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
11 lines
184 B
Desktop File
11 lines
184 B
Desktop File
[Unit]
|
|
Description=Snapcast client
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/snapclient -d
|
|
PIDFile=/var/run/snapclient.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|