/
usr
/
lib
/
tmpfiles.d
/
/usr/lib/tmpfiles.d
mkdir
upload
Name
Size
Mode
Actions
apache2.conf
81
0644
edit
dl
rm
at.conf
223
0644
edit
dl
rm
audit.conf
36
0640
edit
dl
rm
cronie-anacron.conf
312
0644
edit
dl
rm
cronie.conf
114
0644
edit
dl
rm
cryptsetup.conf
35
0644
edit
dl
rm
dnf.conf
188
0644
edit
dl
rm
etc.conf
516
0644
edit
dl
rm
home.conf
362
0644
edit
dl
rm
journal-nocow.conf
1096
0644
edit
dl
rm
legacy.conf
907
0644
edit
dl
rm
libselinux.conf
30
0644
edit
dl
rm
lvm2.conf
61
0444
edit
dl
rm
man-db.conf
35
0644
edit
dl
rm
mysql.conf
1216
0644
edit
dl
rm
named.conf
544
0644
edit
dl
rm
nscd.conf
27
0644
edit
dl
rm
pam.conf
129
0644
edit
dl
rm
pcp-conf.conf
570
0644
edit
dl
rm
plesk-lmlib.conf
42
0644
edit
dl
rm
provision.conf
851
0644
edit
dl
rm
README
400
0644
edit
dl
rm
rootfiles.conf
399
0644
edit
dl
rm
rpcbind.conf
87
0644
edit
dl
rm
rsyslog.conf
38
0644
edit
dl
rm
samba.conf
28
0644
edit
dl
rm
selinux-policy.conf
137
0644
edit
dl
rm
setup.conf
60
0644
edit
dl
rm
smartmontools.conf
46
0644
edit
dl
rm
static-nodes-permissions.conf
763
0644
edit
dl
rm
sudo.conf
305
0644
edit
dl
rm
sysstat.conf
31
0644
edit
dl
rm
systemd-nologin.conf
597
0644
edit
dl
rm
systemd-pstore.conf
1512
0644
edit
dl
rm
systemd-tmp.conf
823
0644
edit
dl
rm
systemd.conf
2001
0644
edit
dl
rm
tmp.conf
449
0644
edit
dl
rm
tpm2-tss-fapi.conf
432
0644
edit
dl
rm
var.conf
568
0644
edit
dl
rm
x11.conf
617
0644
edit
dl
rm
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
Save
cmd:
run