Skip to content

Instantly share code, notes, and snippets.

@kianting
Last active March 1, 2018 07:05
Show Gist options
  • Save kianting/ec1a0602b58cd5b2ef9bf58b211107b3 to your computer and use it in GitHub Desktop.
Save kianting/ec1a0602b58cd5b2ef9bf58b211107b3 to your computer and use it in GitHub Desktop.
#!/bin/bash
# TO Stop Mule Service in linux
mule stop
# to start mule service
mule start
#to check status of mule service
ps aux | grep mule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment