Created
April 12, 2012 02:45
-
-
Save macros/2364347 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command "bash -c \"pkill -f svlogd -P $(pgrep -f \'runsv #{params[:name]}\')\"" | |
---- Begin output of bash -c "pkill -f svlogd -P $(pgrep -f 'runsv fst-statsd')" ---- | |
STDOUT: | |
STDERR: bash: line 1: 26340: command not found | |
---- End output of bash -c "pkill -f svlogd -P $(pgrep -f 'runsv fst-statsd')" ---- | |
Ran bash -c "pkill -f svlogd -P $(pgrep -f 'runsv fst-statsd')" returned 127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment