From 3936d9b9499683348164a968c0ebb541aa8e203e Mon Sep 17 00:00:00 2001 From: Lukas-Heiligenbrunner <30468956+Lukas-Heiligenbrunner@users.noreply.github.com> Date: Fri, 1 May 2020 16:37:15 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d6aa64..3a9eaf3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ But you can still compile the code my your own (see build section). There is a configuration file `/etc/iprefresher.cfg` where you have to specify the DYNU API key (get it from their homepage), the domainid and your domain. Furthermore, you can optionally specify a Telegram API key and a Chat ID if you want to be notfied when your local ip changes. +To enable and start the service: +`systemctl enable iprefresher.service` and `systemctl start iprefresher.service` + ## Build ## Basic Build