snapcast/server/debian/snapserver.service
realglotzi 4774d826dd Removed sound.target from snapserver.service because the server does not use the sound device
Signed-off-by: realglotzi <github@wagner-budenheim.de>
2017-01-11 10:49:03 +01:00

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