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 su user -c "exec /opt/qnetman/daemonQNetMan.py"
