12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
description="A synchronous (multi-room-capable) AirPlay receiver."
|
|
command="/usr/bin/shairport-sync"
|
|
command_background="yes"
|
|
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
|
|
depend() {
|
|
need net localmount avahi-daemon nqptp
|
|
}
|