Comment 1 for bug 65024

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote : Re: upstart utterly fails when /bin/sh symlink disappears

The principal problem here is that /bin/sh is hardcoded as something to use in job_run_* -- we should check for exec failing and have some kind of fallback.

Perhaps just exec'ing /sbin/sulogin directly is appropriate?