summaryrefslogtreecommitdiff
path: root/units/systemd-remount-fs.service.in
Commit message (Collapse)AuthorAgeFilesLines
* meson: use jinja2 for unit templatesZbigniew Jędrzejewski-Szmek2021-05-191-1/+1
| | | | | | | | | We don't need two (and half) templating systems anymore, yay! I'm keeping the changes minimal, to make the diff manageable. Some enhancements due to a better templating system might be possible in the future. For handling of '## ' — see the next commit.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* Pull in systemd-remount-fs.service only when requiredZbigniew Jędrzejewski-Szmek2019-01-031-1/+0
| | | | | | Instead of enabling it unconditionally and then using ConditionPathExists=/etc/fstab, and possibly masking this condition if it should be enabled for auto gpt stuff, just pull it in explicitly when required.
* Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* units: use https for the freedesktop url (#6227)AsciiWolf2017-06-281-1/+1
|
* readahead: wipe out readaheadDaniel Buch2014-09-251-1/+1
|
* man: link in API FS documentation from the wikiLennart Poettering2013-01-151-0/+1
|
* units: rename fsck@.service to systemd-fsck@.serviceLennart Poettering2012-06-251-1/+1
| | | | | | | | | | | 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!)
* man: document systemd-remount-fs.serviceLennart Poettering2012-06-251-0/+1
|
* remount: consolidate remount-api-vfs and remount-rootfs into oneLennart Poettering2012-04-241-0/+20
This has the advantage of removing a confusing warning by mount if the root directory is not listed in fstab.