diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 23:15:41 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 23:15:41 +0100 |
commit | 65e79b84a4225d40061ebe061cb87c86f887e692 (patch) | |
tree | a7df625757dfa78249f9839d79bbff5d3a9fc28c /docs/man8 | |
parent | 8c86e8b3ae6ffcec693a06a4ea7d03274f3e5687 (diff) |
update documentation about signals
Diffstat (limited to 'docs/man8')
-rw-r--r-- | docs/man8/tinyproxy.txt.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/man8/tinyproxy.txt.in b/docs/man8/tinyproxy.txt.in index a7882c1..809873f 100644 --- a/docs/man8/tinyproxy.txt.in +++ b/docs/man8/tinyproxy.txt.in @@ -59,6 +59,13 @@ information and to force certain events. Force Tinyproxy to do a garbage collection on the current connections linked list. This is usually done automatically after a certain number of connections have been handled. +(Daemon mode only) + +=item B<SIGUSR1> + +Force reload of config file and filter list. +This is handy to update the configuration if Tinyproxy is running +in foreground without dropping active connections. =back |