From: Yu Watanabe Date: Sat, 12 Jul 2025 20:26:47 +0000 (+0900) Subject: man: fix reference to systemd-quotacheck@.service X-Git-Tag: v258-rc1~48^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff4dcc6de215211ad16dfa279bb0fc4e52a9204;p=thirdparty%2Fsystemd.git man: fix reference to systemd-quotacheck@.service Also this makes the man page mentions systemd-quotacheck-root.service. --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 54213d31c6e..0806b800b4a 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 1fcf30e6928..fdec807cb2f 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 3df215ba1fe..e6d34538fed 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 034d13a1488..503df381e0f 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 a182059376f..4792e5bdd5b 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 f2b8db7abb8..b38450ed098 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