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