HowTo see daemon status on snap package

This commit is contained in:
Adnan Hodzic 2020-10-01 17:19:27 +02:00 committed by GitHub
parent 5861883e21
commit 3e712b8d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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