mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 10:58:57 +01:00
15 lines
373 B
Desktop File
15 lines
373 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
|
|
ExecStartPre=/bin/psplash-write "MSG Starting Snapcast server"
|
|
ExecStart=/usr/bin/snapserver $SNAPSERVER_OPTS
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|