From b54fb06f196fad9a1f0d3b7aab6dd02541e6aa9a Mon Sep 17 00:00:00 2001 From: weetmuts Date: Tue, 11 Jun 2019 19:15:12 +0200 Subject: [PATCH] Updated README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c89c0..46b02d8 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The files/dir should then be located here: `/home/me/.config/wmbusmeters/etc/wmbusmeters.d` When running using config files then you can trigger a reload of the config files -using `sudo killall -HUP wmbusmetersd` or `sudo killall -HUP wmbusmeters` +using `sudo killall -HUP wmbusmetersd` or `killall -HUP wmbusmeters` depending on if you are running as a daemon or not. # Running without config files, good for experimentation and test. @@ -298,6 +298,7 @@ If you do not want the daemon to start automatically, simply edit line. You can also start/stop the daemon with `sudo systemctl start wmbusmeters` +and trigger the daemon to reload the config files with `sudo killall -HUP wmbusmetersd` # Source code