I was looking how to set as service a Wildfly server installation in the Raspberry PI with the latest version of Raspbian.
I've tried to use this https://gist.github.com/sukharevd/6087988, but if I try to start the service no messages are sent back. The command line I use is this one:
Code: Select all
sudo service wildfly startP.S. If execute sudo bash standalone.sh the server starts correctly.