diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 54213d31c6..0806b800b4 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -275,7 +275,7 @@ Parameter understood by the file quota checker service. For details, see - systemd-quotacheck.service8. + systemd-quotacheck@.service8. @@ -820,7 +820,7 @@ smbios-type-117 systemd-debug-generator8 systemd-fsck@.service8 - systemd-quotacheck.service8 + systemd-quotacheck@.service8 systemd-journald.service8 systemd-vconsole-setup.service8 systemd-udevd.service8 diff --git a/man/rules/meson.build b/man/rules/meson.build index 1fcf30e692..fdec807cb2 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -1086,9 +1086,9 @@ manpages = [ ''], ['systemd-pstore.service', '8', ['systemd-pstore'], 'ENABLE_PSTORE'], ['systemd-pty-forward', '1', [], ''], - ['systemd-quotacheck.service', + ['systemd-quotacheck@.service', '8', - ['systemd-quotacheck'], + ['systemd-quotacheck', 'systemd-quotacheck-root.service'], 'ENABLE_QUOTACHECK'], ['systemd-random-seed.service', '8', diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index 3df215ba1f..e6d34538fe 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -143,7 +143,7 @@ systemd1 fsck8 - systemd-quotacheck.service8 + systemd-quotacheck@.service8 fsck.btrfs8 fsck.cramfs8 fsck.ext48 diff --git a/man/systemd-quotacheck.service.xml b/man/systemd-quotacheck@.service.xml similarity index 73% rename from man/systemd-quotacheck.service.xml rename to man/systemd-quotacheck@.service.xml index 034d13a148..503df381e0 100644 --- a/man/systemd-quotacheck.service.xml +++ b/man/systemd-quotacheck@.service.xml @@ -3,37 +3,39 @@ - - systemd-quotacheck.service + systemd-quotacheck@.service systemd - systemd-quotacheck.service + systemd-quotacheck@.service 8 - systemd-quotacheck.service + systemd-quotacheck@.service + systemd-quotacheck-root.service systemd-quotacheck File system quota checker logic - systemd-quotacheck.service + systemd-quotacheck@.service + systemd-quotacheck-root.service /usr/lib/systemd/systemd-quotacheck Description - systemd-quotacheck.service is a service - responsible for file system quota checks. It is run once at boot - after all necessary file systems are mounted. It is pulled in only - if at least one file system has quotas enabled. + systemd-quotacheck@.service and + systemd-quotacheck-root.service are services responsible for file system quota + checks. They run once at boot after all necessary file systems are mounted. They are pulled in only if at + least one file system has quotas enabled. diff --git a/units/systemd-quotacheck-root.service.in b/units/systemd-quotacheck-root.service.in index a182059376..4792e5bdd5 100644 --- a/units/systemd-quotacheck-root.service.in +++ b/units/systemd-quotacheck-root.service.in @@ -9,7 +9,7 @@ [Unit] Description=Root File System Quota Check -Documentation=man:systemd-quotacheck.service(8) +Documentation=man:systemd-quotacheck@.service(8) ConditionPathExists=!/etc/initrd-release diff --git a/units/systemd-quotacheck@.service.in b/units/systemd-quotacheck@.service.in index f2b8db7abb..b38450ed09 100644 --- a/units/systemd-quotacheck@.service.in +++ b/units/systemd-quotacheck@.service.in @@ -9,7 +9,7 @@ [Unit] Description=File System Quota Check -Documentation=man:systemd-quotacheck.service(8) +Documentation=man:systemd-quotacheck@.service(8) ConditionPathExists={{QUOTACHECK}} ConditionPathExists=!/etc/initrd-release