diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-09 04:44:18 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-09 04:44:18 +0000 |
| commit | 923d36dfe83f6f309da7c17fd70e306cd985182c (patch) | |
| tree | c2951bd1f01418982514d6434be6326b9c9187ca /doc/servicedir.html | |
| parent | 06d97dd40108bc685a4fab846cc156827534d15b (diff) | |
| download | s6-923d36dfe83f6f309da7c17fd70e306cd985182c.tar.gz | |
Add s6-svc -l and reload-signal
Diffstat (limited to 'doc/servicedir.html')
| -rw-r--r-- | doc/servicedir.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/servicedir.html b/doc/servicedir.html index ced24d6..6824559 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -214,6 +214,12 @@ newline. This signal will be used to kill the supervised process when a <a href="s6-svc.html">s6-svc -d</a> or <a href="s6-svc.html">s6-svc -r</a> command is used. If the file does not exist, SIGTERM will be used by default. </li> + <li style="margin-bottom:1em"> An optional regular file named <tt>reload-signal</tt>. If such a file +exists, it must only contain the name or number of a signal, followed by a +newline. This signal will be sent to the supervised process when a +<a href="s6-svc.html">s6-svc -l</a> command is used. If the file does not exist, +SIGHUP will be used by default. </li> + <li style="margin-bottom:1em"> An optional regular file named <tt>flag-newpidns</tt>. If such a file exists: <ul> |
