Skip to content
Snippets Groups Projects
Commit 2c7b8abb authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Remove reference to knotc restart from documentation

parent 6ba34a5a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ Use knotc tool for convenience when working with the server daemon.
As of Knot DNS 1.3.0, the zones are not compiled anymore. That makes working
with the server much more user friendly.
@example
$ knotc -c knot.conf reload|restart
$ knotc -c knot.conf reload
@end example
The tool @code{knotc} is designed as a front-end for user, making it easier
......@@ -55,7 +55,6 @@ Parameters:
Actions:
start Start server (if not running).
stop Stop server.
restart Restart server.
reload Reload configuration and changed zones.
refresh [zone] Refresh slave zone (all if not specified).
flush Flush journal and update zone files.
......@@ -152,13 +151,6 @@ If @emph{SOA}'s @emph{serial} is not changed no differences will be created. Ple
that this feature is in @emph{experimental} stage and should be used with care.
If you encounter a bug using this feature, please send it to Knot developers (@pxref{Submitting a bugreport}).
You can also choose to tear-down the server fully and restart with the @code{knotc restart} action.
Note that some actions like start, stop and restart cannot be done remotely.
@example
$ knotc -c master.conf status # check if running
$ knotc -c master.conf restart # fully restart
@end example
If you want to force refresh the slave zones, you can do this with the @code{knotc refresh} action.
@example
$ knotc -c slave.conf refresh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment