]> git.pld-linux.org Git - packages/bluez.git/blob - rfcomm.upstart
- up to 5.0 (note: rather big changes, packaging needs finishing; bluez 4.x left...
[packages/bluez.git] / rfcomm.upstart
1 description "Bluetooth RFCOMM setup. Sets up serial devices over Bluetooth."
2
3 start on pld.sysinit-done
4 stop on pld.shutdown-started
5
6 script
7         /usr/bin/rfcomm -f /etc/bluetooth/rfcomm.conf bind all
8 end script
9
10 post-stop script
11         /usr/bin/rfcomm release all
12 end script
This page took 0.095252 seconds and 3 git commands to generate.