Reload configuration through control socket

I also kept the SIGHUP handler, which many people will expect to see.
The control socket is better, though - it will tell you if there is a
problem.
This commit is contained in:
Scott Lamb 2007-11-07 02:51:24 +00:00
parent f0a57eab4c
commit d82fcc88f3
5 changed files with 27 additions and 4 deletions

View file

@ -93,9 +93,15 @@ and if
.Xr tincd 8
didn't succeed to connect to an uplink the first time after it started,
it defaults to the maximum time of 15 minutes.
.It reload
Partially rereads configuration files.
Connections to hosts whose host config files are removed are closed.
New outgoing connections specified in
.Pa tinc.conf
will be made.
.El
.Sh BUGS
The "start", "restart", and "reload" commands are not yet implemented.
The "start" and "restart" commands are not yet implemented.
.Pp
If you find any bugs, report them to tinc@tinc-vpn.org.
.Sh SEE ALSO