mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-15 18:39:05 +01:00
00e090edc5
This for better management and in preperation for easy BAR update
14 lines
310 B
Desktop File
14 lines
310 B
Desktop File
[Unit]
|
|
Description=Snapcast server
|
|
Documentation=man:snapserver(1)
|
|
Wants=avahi-daemon.service
|
|
After=network.target time-sync.target avahi-daemon.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/snapcast/snapserver
|
|
ExecStart=/usr/bin/snapserver $SNAPSERVER_OPTS
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|