Comment 2 for bug 125838

Revision history for this message
Stephan Elsner (elsni) wrote :

I'm sorry, its in the restart section:

       log_daemon_msg "Restarting distributed compiler daemon" "iceccd"
        stop_icecc_daemon
        sleep 1
        if [ "$START_ICECC" = "true" ]; then
            start_icecc_daemon
        fi
        log_end_msg $?

        log_daemon_msg "Restarting distributed compiler scheduler" "icecc-sched$
        stop_icecc_scheduler
        sleep 1
        if [ "$START_ICECC_SCHEDULER" = "true" ]; then
            start_icecc_scheduler
        fi
        log_end_msg $?