mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 05:18:38 +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
|