]> git.pld-linux.org Git - packages/bluez.git/blob - rfcomm.upstart
- rel 4
[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.052587 seconds and 3 git commands to generate.