Re: [systemd-devel] [PATCH] debian: Fix fsck/checkroot/checkfs/syinit order

2010-09-18 Thread Santi Béjar
On Mon, Sep 13, 2010 at 10:44 AM, Santi Béjar wrote: > On Mon, Sep 13, 2010 at 2:19 AM, Michael Biebl wrote: >> 2010/9/13 Santi Béjar : >>> (with and w/o your patch) and no changes. I've just found other >>> "interesting things", some boot scripts are failing with "read-only >>> filesystem". Quit

[systemd-devel] How to disable unit under /lib/systemd/system/*.wants?

2010-09-18 Thread Andrey Borzenkov
Let's assume unit foo is installed as wanted by other unit under $systemunitdir (/lib/systemd/system/bar.wants/foo). How can I now disable it? systemctl (enable|disable) only manipulates links under $pkgsysconfdir, so "systemctl disable foo" in this case does nothing. Such links are created dur