mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
261 B
SYSTEMD
15 lines
261 B
SYSTEMD
|
[Unit]
|
||
|
Description=Apple airplay and raop protocol server
|
||
|
Requires=network.target sound.target
|
||
|
Wants=avahi-daemon.service
|
||
|
After=avahi-daemon.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/shairplay -a %H
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|