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