mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
14 lines
292 B
Desktop File
14 lines
292 B
Desktop File
[Unit]
|
|
Description=Snapcast server
|
|
After=network-online.target
|
|
Requires=network-online.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/snapserver
|
|
Type=forking
|
|
ExecStart=/usr/sbin/snapserver $SNAPSERVER_OPTS
|
|
PIDFile=/var/run/snapserver.pid
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|