diff options
author | Jan Kadlec <jan.kadlec@nic.cz> | 2013-09-30 11:25:19 +0200 |
---|---|---|
committer | Jan Kadlec <jan.kadlec@nic.cz> | 2013-09-30 11:26:15 +0200 |
commit | 85003f3e0c163750160847818ed3229c5750b105 (patch) | |
tree | 711f6d69f103d40b7f44907ae07dc6f633520459 /README | |
parent | Updated the README file. (diff) | |
download | knot-85003f3e0c163750160847818ed3229c5750b105.tar.xz knot-85003f3e0c163750160847818ed3229c5750b105.zip |
Added missing info to the README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -189,9 +189,10 @@ Prepare working directory. $ mkdir -p /tmp/knot-minimal/samples; cp samples/example.com.zone /tmp/knot-minimal/samples/ -Third, let's start the server. This can be done by running the 'knotd' command. Your distribution -should have a -Lets start our server in foreground to see if it runs. +Third, let's start the server. This can be done by running the 'knotd' command. Alternatively, +your distribution should have an init script available, if you've installed Knot using a binary package. + +Lets start our server in foreground to see if it runs: $ knotd myserver.conf # start server |