On Mon, May 4, 2015 at 1:57 AM, lee <[email protected]> wrote: > Canek Peláez Valdés <[email protected]> writes: >> On Sun, Feb 22, 2015 at 6:41 PM, lee <[email protected]> wrote: >>> >>> I can't even read them on a working system. >> >> If that's true (which I highly doubt, more probably you don't know how to >> read them), then it's a bug and should be reported and fixed. > > I read log files with less. The bug is that systemd uses some sort of > binary files, and they aren't going to fix it. They even won't fix > their misunderstanding of what "disabled" means. So why make bug > reports?
The systemd developers' use of disable/mask isn't wrong simply because you disagree with them. "systemctl disable unit" is the same as "blacklist module": the unit/module can be loaded manually or as a dependency. "systemctl mask unit" is the same as "install module /bin/true": the unit/module can't be loaded.

