Revision 7f5e61b4

b/doc/examples/ganeti.initd.in
109 109
        stop_action $MASTERD $MASTERD_PID
110 110
        stop_action $NODED $NODED_PID
111 111
        check_config
112
        start_action $NODED $NODED_PID
113
        start_action $MASTERD $MASTERD_PID
114
        start_action $RAPI $RAPI_PID
112
        start_action $NODED $NODED_PID $NODED_ARGS
113
        start_action $MASTERD $MASTERD_PID $MASTERD_ARGS
114
        start_action $RAPI $RAPI_PID $RAPI_ARGS
115 115
        ;;
116 116
    *)
117 117
        log_success_msg "Usage: $SCRIPTNAME {start|stop|force-reload|restart}"

Also available in: Unified diff