match run_process name to service name

The run_process name has to be the same as the enable_service name
otherwise run_process won't actually run that thing.

The service name was changed in this plugin to 0mq to ensure the
plugin fully stands on it's own, and no vestigial pieces of the old
code is needed for it to work.
This commit is contained in:
Sean Dague 2015-06-18 09:16:37 -04:00
parent 245b66b4c7
commit 7e126ae527
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function uninstall_zeromq {
function start_zeromq {
echo_summary "Starting zeromq receiver"
run_process zeromq "$OSLO_BIN_DIR/oslo-messaging-zmq-receiver"
run_process 0mq "$OSLO_BIN_DIR/oslo-messaging-zmq-receiver"
}
function iniset_zeromq_backend {