Comment 5 for bug 439049

Revision history for this message
Francis Russell (francis-russell) wrote :

Impact: runit is a collection of tools for process supervison. The bug causes runsvdir not to start. This causes all services managed by runit not to start defeating the entire purpose of the tool.

Patch Description: The bug appears to occur because of upstart not accepting multiple "start on runlevel" lines. The patch replaces these lines with a single line matching the format of other upstart scripts.

TEST CASE: Upon the system entering runlevels 2,3,4 or 5, the runsvdir process should be active.

Regression Potential: none foreseen.