]> git.pld-linux.org Git - packages/bluez.git/blame_incremental - pand.upstart
- up to 4.98
[packages/bluez.git] / pand.upstart
... / ...
CommitLineData
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.057697 seconds and 4 git commands to generate.