Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SPDX license headers to unit files | Zbigniew Jędrzejewski-Szmek | 2017-11-19 | 1 | -0/+2 |
| | |||||
* | readahead: wipe out readahead | Daniel Buch | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | units: don't use the word 'Reboot' for Startup, but simply 'Boot' | Lennart Poettering | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | utmp: turn systemd-update-utmp-shutdown.service into a normal runtime service | Lennart Poettering | 2013-05-16 | 1 | -0/+21 |
With this change systemd-update-utmp-shutdown.service is replaced by systemd-update-utmp.service which is started at boot and stays around until shutdown. This allows us to properly order the unit against both /var/log and auditd. https://bugzilla.redhat.com/show_bug.cgi?id=853104 https://bugs.freedesktop.org/show_bug.cgi?id=64365 |