1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-24 15:52:02 +01:00
OpenVoiceOS/buildroot-external/package/snapcast/snapserver.service
Peter Steenbergen 73ffd6fd6e MycroftOS: Addition of Snapcast; Both client and server.
- 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
2020-01-13 10:34:47 +01:00

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