From 713ba9778d1c3a141a7f5fc538ef1904296a10c4 Mon Sep 17 00:00:00 2001 From: Kamary <6436370+kamarya@users.noreply.github.com> Date: Sat, 25 Feb 2017 07:11:27 +0100 Subject: [PATCH] update README file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a5e256..76afb4b 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ If you are behind a web proxy server, you need to set its address and port in th If you would like to add DNSd as a service on your Linux machine, install the launcher (init and systemd) configuration files. ``` make linux-service -systemctl daemon-reload service dnsd start ``` +For *systemd* you may need to run ```systemctl daemon-reload``` before starting the service. + For macOS systems install and launch the service as follows. ``` make macos-service