From 3e712b8d5d3be045295201f9c8f51b9d05257373 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Thu, 1 Oct 2020 17:19:27 +0200 Subject: [PATCH] HowTo see daemon status on snap package --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f45619f..d39e8a9 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ Since daemon is running as a systemd service, its status can be seen by running: `systemctl status auto-cpufreq` +If install has been performed as part of snap package, daemon status can be verified by running: + +`systemctl status snap.auto-cpufreq.service.service` + ### Remove - auto-cpufreq daemon auto-cpufreq daemon and its systemd service, along with all its persistent changes can be removed by running: