1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-22 14:47:37 +01:00
2021-10-31 19:30:37 +01:00

22 lines
421 B
Desktop File

[Unit]
Description=Shairport-sync
Wants=sound.target
After=sound.target
Wants=network-online.target
After=network-online.target
After=pulseaudio.service
Requires=avahi-daemon.service
After=avahi-daemon.service
[Service]
Type=simple
User=mycroft
# Avahi daemon needs some time until fully ready
ExecStartPre=/bin/sleep 3
ExecStart=/usr/bin/shairport-sync
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target