diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-11-01 10:44:21 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-11-01 10:44:21 +1100 |
commit | 7b70e85d717fbd1ae52e94658df8b407b043f8b8 (patch) | |
tree | bf8097758776b8ba624af2df81ad71f8e145f594 /lib | |
parent | 781a685248d175a1f97486b0d44abbba3022fd54 (diff) | |
download | puppet-7b70e85d717fbd1ae52e94658df8b407b043f8b8.tar.gz puppet-7b70e85d717fbd1ae52e94658df8b407b043f8b8.tar.xz puppet-7b70e85d717fbd1ae52e94658df8b407b043f8b8.zip |
Fixed #1721 - puppet.conf documentation incorrectly lists signals that affect the daemons
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/reference/configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reference/configuration.rb b/lib/puppet/reference/configuration.rb index 8e82c8adf..6c40c86ba 100644 --- a/lib/puppet/reference/configuration.rb +++ b/lib/puppet/reference/configuration.rb @@ -133,7 +133,7 @@ Signals ------- The ``puppetd`` and ``puppetmasterd`` executables catch some signals for special handling. Both daemons catch (``SIGHUP``), which forces the server to restart -tself. Predictably, interrupt and terminate (``SIGINT`` and ``SIGHUP``) will shut +tself. Predictably, interrupt and terminate (``SIGINT`` and ``SIGTERM``) will shut down the server, whether it be an instance of ``puppetd`` or ``puppetmasterd``. Sending the ``SIGUSR1`` signal to an instance of ``puppetd`` will cause it to |