How to make MyController autostart on raspberry pi
-
How can I make Mycontroller autostart on my raspberryPi?
At the moment I type: java -Xms8m -Xmx100m -Dlogback.configurationFile=../conf/logback.xml -Dmc.conf.file=../conf/mycontroller.properties -cp "../lib/*" org.mycontroller.standalone.StartApp
and everything works but i need it to autostart.
-
@keldandorin how to do that depends on which os/distrbution you are using. I would guess that you are using Linux, but which distribution and version?
-
@mfalkvidd Rasbian Latest version I guess
-
@mfalkvidd To be more precise after som googleing
Raspian GNU/Linux
Version 8 (jessie)
-
@keldandorin pasting the command to /etc/rc.local shound be sufficient
-