Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-16 | units: drop RefuseManualStart= from a couple of update services | Lennart Poettering | |
The only update service we really need to guard like this is systemd-tmpfiles-setup.service since if invoked manually might create /var/run/nologin and thus blocking the user from login. The other services are pretty much idempotent and don't suffer by this problem, hence let's simplify them. | |||
2014-06-13 | units: rebuild /etc/passwd, the udev hwdb and the journal catalog files on boot | Lennart Poettering | |
Only when necessary of course, nicely guarded with the new ConditionNeedsUpdate= condition we added. |