packages feed

happs-tutorial-0.2: templates/start-happs-on-boot.st

<h3>Start HAppS Automatically At Boot Time</h3>

<p>What happens if your HAppS deployment server experiences a power outage?</p>

<p>The following instructions are one way to get your HAppS application to start up automatially when the machine is booted.</p>

<p>cp /etc/init.d/ssh /etc/init.d/happs-app</p>

<p>edit that to do the right thing with Main.exe executable.</p>

<p>install it into the linux init with</p>

<p>sudo update-rc.d happs-app multiuser</p>

<p>this is all 


<p>These instructions are valid (at least) for debian/ubuntu, loosely following instructions at the <a href="http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.3.3">debian policy manual</a>.</p>