Skip to content

Instantly share code, notes, and snippets.

@aVolpe
Created November 19, 2014 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aVolpe/c76c22a5ddbe253f747d to your computer and use it in GitHub Desktop.
Save aVolpe/c76c22a5ddbe253f747d to your computer and use it in GitHub Desktop.
#!bin/bash
ps -eF | grep jboss | grep server | tr -s " " | cut -d " " -f2 | xargs kill -9
su - jboss -c 'nohup sh /opt/jboss/bin/standalone.sh -b 0.0.0.0 -bmanagement 0.0.0.0' &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment