Comment 5 for bug 252996

Revision history for this message
Tomer Chachamu (r3m0t) wrote :

If you are suffering this, you can add this to your job configuration:

script
    # we need this section so that pre-stop gets run!
    # https://bugs.launchpad.net/upstart/+bug/252996
    while true
        do sleep 1d
    done
end script