summaryrefslogtreecommitdiff
path: root/units/systemd-fsck-root.service.in
Commit message (Collapse)AuthorAge
* readahead: wipe out readaheadDaniel Buch2014-09-25
|
* unit: remove spurious newlineLennart Poettering2014-08-15
|
* Remove FsckPassNo from systemd-fsck-root.serviceThomas Bächler2013-10-19
|
* units: make fsck units remain after exitZbigniew Jędrzejewski-Szmek2013-08-15
| | | | | | | | Without this, fsck would be re-run if any other service which pulls in a target requiring one of the mounts was started after fsck was done but before the initial transaction was done. https://bugs.freedesktop.org/show_bug.cgi?id=66784
* remove /run/initramfs/root-fsck logicHarald Hoyer2013-07-17
| | | | | | | dracut uses systemd in the initramfs and does not write these files anymore. The state of the root fsck is serialized.
* man: this time, fix Documentation= properlyLennart Poettering2012-06-27
|
* units: fix Documentation= tag in fsck unitsLennart Poettering2012-06-27
|
* man: document systemd-fsckLennart Poettering2012-06-27
|
* units: rename fsck@.service to systemd-fsck@.serviceLennart Poettering2012-06-25
The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!)