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