mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-30 06:39:35 +02:00
14 lines
305 B
Desktop File
14 lines
305 B
Desktop File
[Unit]
|
|
Description=Snapcast server
|
|
After=network-online.target
|
|
Requires=network-online.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/snapserver
|
|
Type=forking
|
|
ExecStart=/usr/bin/snapserver -d $USER_OPTS $SNAPSERVER_OPTS
|
|
PIDFile=/var/run/snapserver/pid
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|