init-script-template icon indicating copy to clipboard operation
init-script-template copied to clipboard

Automatic startup

Open charlesbrandt opened this issue 11 years ago • 2 comments

Just a quick note about starting automatically. Thanks for the template!

charlesbrandt avatar Nov 19 '13 13:11 charlesbrandt

Sorry, completely missed this and happened upon it by chance!

fhd avatar Apr 12 '14 14:04 fhd

Furthermore, on ubuntu 14.04, launching this script at boot cause the creation of pid files beginning with S20. As an exemple :

sudo update-rc.d algorithms defaults

and after reboot, in /var/run/ :

S20algorithms.pid

And this cause the restart and stop of the service failing because the script's function is_running() always return false. Some ideas of how to handle this ?

Pamplemousse avatar Jul 12 '14 12:07 Pamplemousse