1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Merge branch 'feature-1678' of git.opennebula.org:one into feature-1678

This commit is contained in:
Carlos Martín 2013-10-23 16:18:32 +02:00
commit d13624bf5a

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