From 585f92b30edff0aa2b815fb555f63f2a5e9efc0d Mon Sep 17 00:00:00 2001 From: "Guilherme G. Piccoli" Date: Sat, 11 May 2024 13:10:25 -0300 Subject: [PATCH] README: Add instructions / reminder for users about enabling the systemd service The README currently doesn't include explicit instructions for users to enable/load the systemd service - Arch Linux philosophy is that services shouldn't autoload, so that action is required from the user. Thanks to the very useful report from Antonio, let's fix that. Closes: https://gitlab.freedesktop.org/gpiccoli/kdumpst/-/issues/20 Reported-by: Antonio Tigri (@BlessedLongsword) Signed-off-by: Guilherme G. Piccoli --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45d49d7..cca551c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ # # 1. Install the package with pacman if not available in your system; to check # if it's already installed look the pacman installed package list. Also, be -# sure the systemd service was properly loaded by checking -# 'systemctl status kdumpst-init.service'. +# sure to properly enable/load the systemd service, since the services on Arch +# Linux do not autoload - for that, just run 'systemctl enable --now kdumpst-init.service'. # # 2. In a crash event, the dmesg log is collected, and by default this happens # via the pstore mechanism, i.e., no crashkernel memory needs to be reserved