Skip to content

Commit

Permalink
* this should exec, rather than launch a subprocess. this way it work…
Browse files Browse the repository at this point in the history
…s nicely under supervisor, etc
  • Loading branch information
Jos Boumans committed Nov 13, 2012
1 parent 9a348bd commit ad12ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/riemann
Expand Up @@ -6,4 +6,4 @@ else
config=$1
fi

java -XX:+UseConcMarkSweepGC -jar /usr/lib/riemann/riemann.jar "$config"
exec java -XX:+UseConcMarkSweepGC -jar /usr/lib/riemann/riemann.jar "$config"

0 comments on commit ad12ad9

Please sign in to comment.