mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 12:07:46 +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
16 lines
366 B
Desktop File
16 lines
366 B
Desktop File
[Unit]
|
|
Description=Snapcast client
|
|
Documentation=man:snapclient(1)
|
|
Wants=avahi-daemon.service
|
|
After=network.target time-sync.target sound.target avahi-daemon.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/snapcast/snapclient
|
|
ExecStart=/usr/bin/snapclient $SNAPCLIENT_OPTS
|
|
# very noisy on stdout
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|