summaryrefslogtreecommitdiff
path: root/units/systemd-udev-hwdb-update.service.in
Commit message (Collapse)AuthorAge
* readahead: wipe out readaheadDaniel Buch2014-09-25
|
* units: drop RefuseManualStart= from a couple of update servicesLennart Poettering2014-06-16
| | | | | | | | 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.
* units: rebuild /etc/passwd, the udev hwdb and the journal catalog files on bootLennart Poettering2014-06-13
Only when necessary of course, nicely guarded with the new ConditionNeedsUpdate= condition we added.