/ Published in: Bash
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
chkconfig some_binary --add chkconfig some_binary on