Forum OpenACS Q&A: Response to Daemontools Supervise stopped service

Collapse
Posted by Hamilton Chua on
Hi,

With regards to preventing daemontools from automatically starting a
service on boot, just type 'touch down' in the folder where you have
your run script.

E.g.

I have a service at /service/aolserver-myserver/ where I have my run
script and supervise folder and I don't want this service to start
up at boot.

cd /service/aolserver-myserver
touch down

That's it.