summarylogtreecommitdiffstats
path: root/shairplay.service
blob: 92c2fbaa23e99bda2dd2fd97ec5c0454a8ceda2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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