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:
parent
7a0b393d39
commit
697b2297e9
@ -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