diff --git a/src/im_mad/remotes/common.d/collectd-client_control.sh b/src/im_mad/remotes/common.d/collectd-client_control.sh index 0f89c4c17e..73b2f71e23 100755 --- a/src/im_mad/remotes/common.d/collectd-client_control.sh +++ b/src/im_mad/remotes/common.d/collectd-client_control.sh @@ -32,7 +32,7 @@ CLIENT_PID_FILE=/tmp/one-collectd-client.pid # Launch the client function start_client() { - /usr/bin/env ruby $CLIENT $ARGV & + nohup /usr/bin/env ruby $CLIENT $ARGV >/dev/null 2>&1 & } # Write the PID