From cef50c2140e3365939b77d4514e0b177c92cfe5a Mon Sep 17 00:00:00 2001 From: Finn Callies Date: Thu, 16 Oct 2025 13:01:58 +0200 Subject: [PATCH] cpacfstats: Recommend systemctl to manage daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update manpage to recommend using systemctl to manage the cpacfstatsd. Reviewed-by: Harald Freudenberger Reviewed-by: Ingo Franzki Signed-off-by: Finn Callies Signed-off-by: Jan Höppner --- cpacfstats/cpacfstats.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cpacfstats/cpacfstats.1 b/cpacfstats/cpacfstats.1 index 18ca525a..ac618488 100644 --- a/cpacfstats/cpacfstats.1 +++ b/cpacfstats/cpacfstats.1 @@ -79,9 +79,11 @@ the cpacfstats client application. Example usage scenario: .P -1. Start the cpacfstatsd daemon with root privileges. +1. Start the cpacfstatsd daemon with root privileges using 'systemctl start +cpacfstatsd'. .P -2. Check for successful startup by using the ps and syslog commands. +2. Check for successful startup by using the 'systemctl status cpacfstatsd' +command. .P 3. Enable the CPACF counters of interest. For example, enable all counters by issuing cpacfstats -e. @@ -95,7 +97,7 @@ cryptographic counters as required. To reset, use, for example, cpacfstats 6. Disable all the CPACF measurements, for example, by using cpacfstats -d. .P -7. Shutdown the cpacfstatsd daemon by using killall cpacfstatsd. +7. Shutdown the cpacfstatsd daemon by using 'systemctl stop cpacfstatsd'. .SH OPTIONS .TP