author "Anatoliy Kozlov"
description "This init script starts the daemonQNetMan.py"

start on started hildon-desktop
stop on starting shutdown

service
console none

post-stop script
 pkill -f daemonQNetMan.py
end script
exec /opt/maemo/usr/bin/qnetmand
