Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarya committed Feb 25, 2017
1 parent 065347a commit 713ba97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 713ba97

Please sign in to comment.