summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-25 16:11:51 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-25 16:43:35 +0200
commit203c07c95b91b4ae3b0c1ae3c92accdb71fd5e13 (patch)
tree6ed7e0db4469c7cfd5dbaed85a45a170e3217d8c /tmpfiles.d
parent1baaf8aa047719ceb7886c5492759884360f241a (diff)
downloadsystemd-203c07c95b91b4ae3b0c1ae3c92accdb71fd5e13.tar.gz
tmpfiles: don't complain if we can't enable pstore in containers
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/systemd-pstore.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpfiles.d/systemd-pstore.conf b/tmpfiles.d/systemd-pstore.conf
index cb600ec1ee..8b6a1dafc3 100644
--- a/tmpfiles.d/systemd-pstore.conf
+++ b/tmpfiles.d/systemd-pstore.conf
@@ -25,5 +25,5 @@
# These changes are automatically applied on future re-boots.
d /var/lib/systemd/pstore 0755 root root 14d
-#w /sys/module/printk/parameters/always_kmsg_dump - - - - Y
-w /sys/module/kernel/parameters/crash_kexec_post_notifiers - - - - Y
+#w- /sys/module/printk/parameters/always_kmsg_dump - - - - Y
+w- /sys/module/kernel/parameters/crash_kexec_post_notifiers - - - - Y