summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorJochen Sprickerhof <git@jochen.sprickerhof.de>2022-10-29 07:02:37 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-10-29 14:19:43 +0900
commit27435a2c400cb94b778beb8ef8ffa71136c65b17 (patch)
treec54760db78f201fde51c9eef8237bc14d1fdfa0d /tmpfiles.d
parent17dc285bd4c160c0997b231a9e6099494c1083b2 (diff)
downloadsystemd-27435a2c400cb94b778beb8ef8ffa71136c65b17.tar.gz
Remove duplicated word
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/systemd.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf.in b/tmpfiles.d/systemd.conf.in
index d267a6b2e6..fa838d8d06 100644
--- a/tmpfiles.d/systemd.conf.in
+++ b/tmpfiles.d/systemd.conf.in
@@ -66,7 +66,7 @@ d /var/log/private 0700 root root -
d /var/cache/private 0700 root root -
{% if ENABLE_EFI %}
-# Copy sd-stub provided PCR signature and and public key file from initrd into /run/, so that it will survive the initrd stage
+# Copy sd-stub provided PCR signature and public key file from initrd into /run/, so that it will survive the initrd stage
C /run/systemd/tpm2-pcr-signature.json 0444 root root - /.extra/tpm2-pcr-signature.json
C /run/systemd/tpm2-pcr-public-key.pem 0444 root root - /.extra/tpm2-pcr-public-key.pem
{% endif %}