blob: 01f1ff0379d7c307f952e7ba16b9475f6510981e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Options supported:
#-a, --apname=AirPort Sets Airport name
#-p, --password=secret Sets password
#-o, --server_port=5000 Sets port for RAOP service
#--ao_driver=driver Sets the ao driver (optional)
#--ao_devicename=devicename Sets the ao device name (optional)
#--ao_deviceid=id Sets the ao device id (optional)
APNAME="$(hostname)"
SHAIRPLAY_OPTS="-a $APNAME"
|