summary refs log tree commit diff
path: root/catsitd.8 (follow)
Commit message (Collapse)AuthorAge
* Add 126 to hardcoded stop exitsJune McEnroe2020-08-15
| | | | | | | | | > If a command is not found, the exit status shall be 127. If the > command name is found, but it is not an executable utility, the exit > status shall be 126. Applications that invoke utilities without using > the shell should use these exit status values to report similar errors. [1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_08_02
* Remove EX_CONFIG from default stopexitsJune McEnroe2020-08-15
| | | | I've used it for "remote" configuration which could change.
* Avoid "control named pipe" phraseJune McEnroe2020-08-15
|
* Clarify restart interval in catsitd manualJune McEnroe2020-08-15
|
* Add reset interval after which restart interval is resetJune McEnroe2020-08-15
|
* Rename project to catsitJune McEnroe2020-08-15