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:
parent
ed8aa715bd
commit
b66c986370
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user