Comment 1 for bug 1158686

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

post-start script
    if status cups | grep start/running; then
        reload cups;
    fi
end script

See http://upstart.ubuntu.com/cookbook, we want to check for cups that we are managing (not any other) & reload will send to our cups HUP to reload.