I have this command in a shellscript in /etc/init.d/
start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/$NAME.pid --background --exec /usr/bin/java -jar /home/username/myjar.jar
If i execute this i get this error
start-stop-daemon: unable to stat /usr/bin/java -jar /home/username/myjar.jar (No such file or directory)
If i execute
/usr/bin/java -jar /home/username/myjar.jar
in the commandline everything is fine .. i don't get my mistake :(
--chuid root
<-- why? – Appellant--chuid
to a "sane" user – Appellant