Comment 7 for bug 970054

Revision history for this message
James Page (james-page) wrote :

Looking at the init script:

    if [ `grep -c "^daemonize true" /etc/aiccu.conf 2>/dev/null` -ne 1 ]; then
            log_failure_msg "AICCU is not configured to daemonize on run"
            exit 1;
    fi

That would be a good check to have in the upstart configuration to avoid the need for nohup...