PDA

View Full Version : Auto-start daemon process after system reboot



yoman
04-07-2007, 12:52 PM
I run an Asterisk IP-PBX server for myself on my account. I manually start the process up so whenever BH reboots my server, I lose the Asterisk process. I would normally do this by putting the command in the rc.local file but since it's a shared host, I can't.

Is there anything I can do to have Asterisk restarted after every system reboot?

thesizer
04-08-2007, 02:22 PM
try a crontab with something like this.

@reboot /path/to/bin -options

hope that helps.