1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

feature #1678: close collectd-client.rb's output

This commit is contained in:
Jaime Melis 2013-10-22 17:35:25 +02:00
parent ed8aa715bd
commit b66c986370

View File

@ -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