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 <gpiccoli@igalia.com>
This commit is contained in:
Guilherme G. Piccoli
2024-05-11 13:10:25 -03:00
parent 4767b8095f
commit 585f92b30e

View File

@ -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