Comment 12 for bug 1305108

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: [Bug 1305108] Re: please provide upstart job for apparmor

On 9 June 2014 15:03, Marc Deslauriers <email address hidden> wrote:
> This script will be used on desktop and server too, so /usr and /var
> definitely need to be mounted for it to work.
>
> Is there a way to have it be run once "/", "/var" and "/usr" are
> mounted, but still using "mounted" so it still blocks mountall?

I'll need to think about it, as e.g.:
start on mounted "/" and mounted "/var"

Would dead-lock, as the first mounted event will block mountall and
prevent it from processing further mount-points.

--
Regards,

Dimitri.