I hereby claim:
- I am qixtand on github.
- I am qixtand (https://keybase.io/qixtand) on keybase.
- I have a public key whose fingerprint is B76B 9C44 D02B C67D 48DE 331F 6DBC D37E 2A93 3C9F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
LOGFILE=/var/log/newrelic/newrelic-resque-agent.log | |
PIDFILE=/var/run/newrelic-resque-agent.pid | |
CONFIGFILE=/etc/newrelic/newrelic_resque_agent.yml | |
case $1 in | |
start) | |
exec 2>&1 /usr/bin/newrelic_resque_agent --config $CONFIGFILE run 1> $LOGFILE & | |
echo $! > $PIDFILE |