Updated README.

pull/31/head
weetmuts 2019-06-11 19:15:12 +02:00
rodzic 026312e680
commit b54fb06f19
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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