]> git.pld-linux.org Git - packages/bluez.git/blame - dund.upstart
- rel 4
[packages/bluez.git] / dund.upstart
CommitLineData
f76511af
ER
1description "Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM services."
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/dund ${DUND_OPTIONS}
10end script
This page took 0.086679 seconds and 4 git commands to generate.