diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-20 22:54:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-20 22:54:33 +0100 |
commit | 20353df6527d4d16029700d7ae68a4b72a46cd31 (patch) | |
tree | ea4114c0c4d455adf8575c2e5a5c53c61339e93d /info | |
parent | fix pkgbuild to install info (diff) | |
download | blueshift-20353df6527d4d16029700d7ae68a4b72a46cd31.tar.gz blueshift-20353df6527d4d16029700d7ae68a4b72a46cd31.tar.bz2 blueshift-20353df6527d4d16029700d7ae68a4b72a46cd31.tar.xz |
sigusr1 for reloading
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index fe0bcaf..3f7ac50 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -123,6 +123,9 @@ Blueshift does not check the user home, rather it checks @env{HOME} which should be the user home, unless you change it yourself. +You update the configuration file you can send a +SIGUSR1 signal to reload it. + @item -p @c the long name of option is inspired from openntpd @itemx --panic-gate @itemx --panicgate @@ -530,6 +533,8 @@ may replace if you want to do something very special, is invoked to run the continuous mode, it the program shall run in continuous mode. Which is determined by whether the function @code{periodically} is defined. +Updates to @code{continuous_run} are ignored when +SIGUSR1 signals are received. You can also replace the function @code{signal_SIGTERM}. @code{continuous_run} sets up the program to run it |