diff options
author | June McEnroe <june@causal.agency> | 2020-08-14 17:36:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-14 17:36:31 -0400 |
commit | 5f47019106f516955e702ee44f3c780b2ced0b1e (patch) | |
tree | 06ba0fc0bc6803e71ec4242105c87694be725648 /spawnd.8 | |
parent | Flesh out Service struct (diff) | |
download | catsit-5f47019106f516955e702ee44f3c780b2ced0b1e.tar.gz catsit-5f47019106f516955e702ee44f3c780b2ced0b1e.zip |
Implement serviceStart
Diffstat (limited to 'spawnd.8')
-rw-r--r-- | spawnd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spawnd.8 b/spawnd.8 index fc97498..1981304 100644 --- a/spawnd.8 +++ b/spawnd.8 @@ -114,8 +114,9 @@ The default list contains the values of .Dv EX_CANTCREAT , .Dv EX_CONFIG defined in -.Xr sysexits 3 , -as well as 127. +.Xr sysexits 3 . +The exit status 127 +is always treated as a stop exit. . .It Fl t Ar interval Set the initial interval between restarts |