]> git.pld-linux.org Git - packages/bluez.git/blame - pand.upstart
- rel 4
[packages/bluez.git] / pand.upstart
CommitLineData
f76511af
ER
1description "Bluetooth Personal Area Networking Daemon. Provides network services over Bluetooth."
2
3start on pld.sysinit-done
4stop on pld.shutdown-started
5
6script
7 [ -f /etc/sysconfig/bluetooth ] && . /etc/sysconfig/bluetooth
8
9 /usr/bin/pand ${PAND_OPTIONS}
10end script
This page took 0.04682 seconds and 4 git commands to generate.