On Fri, Sep 10, 2010 at 10:32 AM, Santi Béjar <[email protected]> wrote:

> On Fri, Sep 10, 2010 at 1:53 AM, Jens Persson <[email protected]> wrote:
> > Ok, then try to add After=fsck.target to sysinit.target.
> >
>
> Ok, this works. But while I think this is a good change, I wonder why
> a direct dependency/sorting between home.target, fsck.target and
> checkfs.service is not enough.
>

I've had the same problem myself with some other stuff until I discovered
that Wants/Requires does NOT imply After. So if you want sysinit.target to
wait for fsck.target to finish before it gets set to "done" you have to use
After. First I thought that this was stupid but it does give you a faster
boot if configured properly.

Jens
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to