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

(cherry picked from commit b66c986370)
This commit is contained in:
Jaime Melis 2013-10-22 17:35:25 +02:00
parent 7a0b393d39
commit 697b2297e9

View File

@ -32,7 +32,7 @@ CLIENT_PID_FILE=/tmp/one-collectd-client.pid
# Launch the client # Launch the client
function start_client() { function start_client() {
/usr/bin/env ruby $CLIENT $ARGV & nohup /usr/bin/env ruby $CLIENT $ARGV >/dev/null 2>&1 &
} }
# Write the PID # Write the PID