Folsom update

This commit is contained in:
EmilienM 2012-09-17 15:56:44 +00:00
parent 643f39892c
commit b3608695a2
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ quantum_server_start() {
# Don't use ocf_run as we're sending the tool's output
# straight to /dev/null anyway and using ocf_run would break stdout-redirection here.
su ${OCF_RESKEY_user} -s /bin/sh -c "${OCF_RESKEY_binary} --config-file=$OCF_RESKEY_config \
--config-file=$OCF_RESKEY_plugin_config --logfile=/var/log/quantum/server.log $OCF_RESKEY_additional_parameters"' >> \
--config-file=$OCF_RESKEY_plugin_config --log-file=/var/log/quantum/server.log $OCF_RESKEY_additional_parameters"' >> \
/dev/null 2>&1 & echo $!' > $OCF_RESKEY_pid
# Spin waiting for the server to come up.