Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created June 13, 2012 01:50
Show Gist options
  • Save jsanda/2921305 to your computer and use it in GitHub Desktop.
Save jsanda/2921305 to your computer and use it in GitHub Desktop.
user> (require '[rhq.plugin-container :as pc])
nil
user> (pc/start)
/Users/john/Development/clj-rhq/target
nil
user> (pc/running?)
true
user> (pc/stop)
nil
user> (pc/running?)
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment