diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-08 22:01:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-08 22:01:34 +0000 |
commit | ea30deb53f7abd18dfba55be0468e49b42b07261 (patch) | |
tree | 543a29f43919ab1fba336346b02c5892262e7d38 /doc/s6-svstat.html | |
parent | 405117d42e6222c20e066e67487e87da0d8cf271 (diff) | |
download | s6-ea30deb53f7abd18dfba55be0468e49b42b07261.tar.xz |
Add specific exit to s6-svstat when service is unsupervised
Diffstat (limited to 'doc/s6-svstat.html')
-rw-r--r-- | doc/s6-svstat.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/s6-svstat.html b/doc/s6-svstat.html index 5feef0f..bb3d66b 100644 --- a/doc/s6-svstat.html +++ b/doc/s6-svstat.html @@ -61,5 +61,14 @@ print the signal number. By default, a symbolic name for the signal will be printed instead. </li> </ul> +<h2> Exit codes </h2> + +<ul> + <li> 0: success </li> + <li> 1: s6-supervise not running on <em>servicedir</em> </li> + <li> 100: wrong usage </li> + <li> 111: system call failed </li> +</ul> + </body> </html> |