# SimpleHelp upstart script description "start the simplehelp server" start on runlevel [2345] stop on runlevel [06] # Automatically restart process respawn # Process will detach to the background expect fork # Switch to the install directory chdir /opt/SimpleHelp script cat serverstart.sh | tr -d '&' > daemon.sh chmod 755 daemon.sh /bin/sh daemon.sh end script