mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
261 B
Desktop File
14 lines
261 B
Desktop File
[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
|
|
|