1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

tmpfiles.d/journal-nocow: fix typo (#6804)

This commit is contained in:
Lukáš Nykrýn 2017-09-12 18:28:21 +02:00 committed by Felipe Sateler
parent 3e2e660584
commit 9c63ba988d

View File

@ -8,7 +8,7 @@
# See tmpfiles.d(5) for details # See tmpfiles.d(5) for details
# Set the NOCOW attribute for directories of journal files. This flag # Set the NOCOW attribute for directories of journal files. This flag
# is inheredited by their new files and sub-directories. Matters only # is inherited by their new files and sub-directories. Matters only
# for btrfs filesystems. # for btrfs filesystems.
# #
# WARNING: Enabling the NOCOW attribute improves journal performance # WARNING: Enabling the NOCOW attribute improves journal performance