mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Try to enable/disable Airplay via enclosure-skill
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Shairport-sync
|
||||
Wants=network.target
|
||||
Requires=avahi-daemon.service
|
||||
After=network.target sound.target avahi-daemon.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
# 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
|
Reference in New Issue
Block a user