summaryrefslogtreecommitdiff
path: root/units/systemd-sysusers.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: bring systemd-tmpfiles-setup-dev.service closer to ↵Lennart Poettering2014-06-15
| | | | | | | systemd-tmpfiles-setup.service Among other things, order both services relative to systemd-sysusers.service in the same direction.
* sysusers: order before tmpfiles which need the idsKay Sievers2014-06-14
|
* rpm: add RPM macros to apply sysusers, sysctl, and binfmt drop-insLennart Poettering2014-06-13
| | | | | | | | | | | | With this in place RPMs can make sure that whatever they drop in is immeidately applied, and not delayed until next reboot. This also moves systemd-sysusers back to /usr/bin, since hardcoding the path to /usr/lib in the macros would mean compatibility breaks in future, should we turn sysusers into a command that is actually OK for people to call directly. And given that that is quite likely to happen (since it is useful to prepare images with its --root= switch), let's just prepare for it.
* 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.