Comment 6 for bug 245728

Revision history for this message
eraserix (eraserix) wrote :

More than two years have passed, and this bug is still there in the runit package :(.

The patch is ok except for two things in debian/runsvdir.upstart:
- There is no "shutdown" event, so this does not work.
- Upstart has also learned to send a user defined signal to terminate a process, using "kill signal HUP" or similar. [http://upstart.ubuntu.com/cookbook/#kill-signal]

I attached an updated patch. This will only work for upstart versions that support the "kill signal" stanza.