Return to Snippet

Revision: 15677
at July 13, 2009 13:23 by jturmel


Initial Code
chkconfig some_binary --add
chkconfig some_binary on

Initial URL


Initial Description
You must have already setup your /etc/init.d/some_binary file and it should have the chkconfig line in it that specifies the on/off run levels and start/stop priorities.

Initial Title
Use an init.d script to start a binary on system boot

Initial Tags
linux

Initial Language
Bash