diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-25 16:11:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-25 16:43:35 +0200 |
commit | 203c07c95b91b4ae3b0c1ae3c92accdb71fd5e13 (patch) | |
tree | 6ed7e0db4469c7cfd5dbaed85a45a170e3217d8c /tmpfiles.d | |
parent | 1baaf8aa047719ceb7886c5492759884360f241a (diff) | |
download | systemd-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.conf | 4 |
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 |