Thanks all, it really helps! Quick comment:
On 01. mars 2012 00:28, Clint Byrum wrote:
# prod-mode
start on starting network-manager
pre-start script
if prod_mode_active ; then
stop network-manager
else
stop # Stops prod-mode
fi
end script
I tried this on target and sh hangs forever on "stop network-manager". --no-wait ?
- Svein -- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
