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