PATH: //usr/lib/tmpfiles.d
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 README
↓
X
📄 apache2.conf
↓
X
📄 at.conf
↓
X
📄 audit.conf
↓
X
📄 cl-MariaDB106.conf
↓
X
📄 cryptsetup.conf
↓
X
📄 dnf.conf
↓
X
📄 ea-passenger.conf
↓
X
📄 etc.conf
↓
X
📄 home.conf
↓
X
📄 journal-nocow.conf
↓
X
📄 legacy.conf
↓
X
📄 libselinux.conf
↓
X
📄 man-db.conf
↓
X
📄 mariadb.conf
↓
X
📄 named.conf
↓
X
📄 net-snmp.conf
↓
X
📄 nscd.conf
↓
X
📄 pam.conf
↓
X
📄 pcp-conf.conf
↓
X
📄 plesk-lmlib.conf
↓
X
📄 postgresql.conf
↓
X
📄 provision.conf
↓
X
📄 rootfiles.conf
↓
X
📄 rpcbind.conf
↓
X
📄 rsyslog.conf
↓
X
📄 samba.conf
↓
X
📄 selinux-policy.conf
↓
X
📄 setup.conf
↓
X
📄 static-nodes-permissions.conf
↓
X
📄 sudo.conf
↓
X
📄 systemd-nologin.conf
↓
X
📄 systemd-pstore.conf
↓
X
📄 systemd-tmp.conf
↓
X
📄 systemd.conf
↓
X
📄 tmp.conf
↓
X
📄 tpm2-tss-fapi.conf
↓
X
📄 tuned.conf
↓
X
📄 var.conf
↓
X
📄 x11.conf
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: systemd-pstore.conf
# 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
SIMPAN PERUBAHAN