I need to start a Java app on raspberry's startup, but i can't figure how?!
I've retreive the PbxMan's script to run it as a service : https://stackoverflow.com/a/21283530/5066919
I've made a simple script that launch the app in background
I've pushed it in a crontab at reboot...
I play a sound on the first line of the main and in the addShutdownHook(). So i can hear that each time, the app start then stop immediately...
Of course i don't have this problem when I launch it in CLI! :@