Skip to content

Instantly share code, notes, and snippets.

@stbenjam
Created July 16, 2015 18:46
Show Gist options
  • Save stbenjam/cb31ea06ab82430f79e8 to your computer and use it in GitHub Desktop.
Save stbenjam/cb31ea06ab82430f79e8 to your computer and use it in GitHub Desktop.
irb(main):001:0> `/usr/sbin/service-wait qpidd status`
(irb):1: command not found: /usr/sbin/service-wait qpidd status
=> ""
irb(main):002:0> `/usr/sbin/service-wait 'qpidd status'`
=> "qpidd is stopped\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment