Skip to content

Instantly share code, notes, and snippets.

View wellingtonsv's full-sized avatar

Wellington Vieira wellingtonsv

View GitHub Profile
@wellingtonsv
wellingtonsv / linux - jboss - runing
Last active October 5, 2016 11:57 — forked from leonardocregis/linux - jboss - runing
Running jboss into linux, letting in run into the background and with a different config of config.xml
nohup ./standalone.sh -b 0.0.0.0 -server-config=standalonename.xml > /dev/null &