mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-24 15:52:02 +01:00
73ffd6fd6e
- Configuration opts are in /etc/snapcast/ - Server configuration in /etc/snapcast.conf - NOT enabled by default, can be started/enabled by; sudo systemctl start/enable snapclient.service sudo systemctl start/emable snapserver.service
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
|