/usr/lib/tmpfiles.d
NameSizeModeActions
apache2.conf810644editdlrm
at.conf2230644editdlrm
audit.conf360640editdlrm
criu.conf290644editdlrm
cronie-anacron.conf3120644editdlrm
cronie.conf1140644editdlrm
cryptsetup.conf350644editdlrm
dnf.conf1880644editdlrm
etc.conf5160644editdlrm
home.conf3620644editdlrm
journal-nocow.conf10960644editdlrm
legacy.conf9070644editdlrm
libselinux.conf300644editdlrm
lve-utils.conf11670644editdlrm
lvm2.conf610444editdlrm
man-db.conf350644editdlrm
mariadb.conf3250644editdlrm
named.conf5440644editdlrm
net-snmp.conf310644editdlrm
nscd.conf270644editdlrm
pam.conf1290644editdlrm
pcp-conf.conf5700644editdlrm
plesk-lmlib.conf420644editdlrm
podman-docker.conf630644editdlrm
podman.conf7780644editdlrm
provision.conf8510644editdlrm
README4000644editdlrm
rootfiles.conf3990644editdlrm
rpcbind.conf870644editdlrm
rsyslog.conf380644editdlrm
selinux-policy.conf1370644editdlrm
setup.conf600644editdlrm
smartmontools.conf460644editdlrm
static-nodes-permissions.conf7630644editdlrm
sudo.conf3050644editdlrm
sysstat.conf310644editdlrm
systemd-nologin.conf5970644editdlrm
systemd-nspawn.conf9760644editdlrm
systemd-pstore.conf15120644editdlrm
systemd-tmp.conf8230644editdlrm
systemd.conf20010644editdlrm
tmp.conf4490644editdlrm
tpm2-tss-fapi.conf4320644editdlrm
tuned.conf560644editdlrm
var.conf5680644editdlrm
web-monitoring-tool.conf3440644editdlrm
x11.conf6170644editdlrm
Edit: /usr/lib/tmpfiles.d/systemd-pstore.conf (1512B)
# SPDX-License-Identifier: LGPL-2.1-or-later # # The systemd-pstore.service(1) archives the contents of /sys/fs/pstore # upon boot so that there is room for a subsequent dump. This service # is enabled with: # systemctl enable systemd-pstore # # With the service enabled, the kernel still needs to be configured # to write data into the pstore. The kernel has two parameters, # crash_kexec_post_notifiers and printk.always_kmsg_dump, that # control writes into pstore. # # The crash_kexec_post_notifiers parameter enables the kernel to write # dmesg (including stack trace) into pstore upon a panic even if kdump # is loaded, only needed if you want to use pstore with kdump. Without # this parameter, kdump could block writing to pstore for stability # reason. Note this increases the risk of kdump failure even if pstore # is not available. # # The printk.always_kmsg_dump parameter enables the kernel to write dmesg # upon a normal shutdown (shutdown, reboot, halt). # # To configure the kernel parameters, uncomment the appropriate # lines below. The value written is either 'Y' to enable the # kernel parameter, or 'N' to disable the kernel parameter. # # After making a change to this file, do: # systemd-tmpfiles --create path/to/tmpfiles.d/systemd-pstore.conf # # 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