diff --git a/doc/examples/ganeti.initd.in b/doc/examples/ganeti.initd.in index b346530d9001ea025c02f84ec074e063785f7feb..d09ac73416fba697618af4c1886a624989bd1e5e 100644 --- a/doc/examples/ganeti.initd.in +++ b/doc/examples/ganeti.initd.in @@ -109,9 +109,9 @@ case "$1" in stop_action $MASTERD $MASTERD_PID stop_action $NODED $NODED_PID check_config - start_action $NODED $NODED_PID - start_action $MASTERD $MASTERD_PID - start_action $RAPI $RAPI_PID + start_action $NODED $NODED_PID $NODED_ARGS + start_action $MASTERD $MASTERD_PID $MASTERD_ARGS + start_action $RAPI $RAPI_PID $RAPI_ARGS ;; *) log_success_msg "Usage: $SCRIPTNAME {start|stop|force-reload|restart}"