1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-04 03:27:49 +01:00

17 lines
429 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
ExecStartPre=/bin/psplash-write "MSG Starting Snapcast client"
ExecStart=/usr/bin/snapclient $SNAPCLIENT_OPTS
# very noisy on stdout
StandardOutput=null
Restart=on-failure
[Install]
WantedBy=multi-user.target