Server restart
-
I have had a power blackout this morning and mycontroller.org server doesn´t restart. Is it possible that the server automaticly restart after a reboot?
-
@Didi said:
I have had a power blackout this morning and mycontroller.org server doesn´t restart. Is it possible that the server automaticly restart after a reboot?
You have to add some script on startup to trigger
mycontroller/bin/start.sh
-
@jkandasa said:
You have to add some script on startup to trigger
mycontroller/bin/start.sh
I´m not so familiar with linux,maybe you can help me out?
-
@Didi said:
@jkandasa said:
You have to add some script on startup to trigger
mycontroller/bin/start.sh
I´m not so familiar with linux,maybe you can help me out?
@Didi Can you please post your linux flavor details?
-
I have Rasbian Jessy newest version.
-
@Didi said:
I have Rasbian Jessy newest version.
@Didi Add the following line in your
/etc/rc.local
/path/to/mycontroller/bin/start.sh
Reference: http://raspberrywebserver.com/serveradmin/run-a-script-on-start-up.html
-
Thank you