Launching a server application on linux requires me to key my password. If I use nohup like here
the application is not launched, probably waiting for the password.
For the same reason I can't launch it automatically at startup.
How do I go around this ?
I try not to use sudo but without it the database file cannot be open.
Edit: If I change to superuser then no need for password !
B4X:
nohup path_to_java/bin/java -jar somejar.jar > nohup.out &
For the same reason I can't launch it automatically at startup.
How do I go around this ?
I try not to use sudo but without it the database file cannot be open.
Edit: If I change to superuser then no need for password !
Last edited: