Go to file
C. McEnroe da4ccb18f4 Check signals first in the loop
Signals need to be checked first in the loop to catch any that were
delivered between setting up the signals handlers and entering the
loop, i.e. in the time it takes to initially start each of the
services.
2021-02-01 11:36:31 -05:00
FreeBSD Add FreeBSD rc script 2020-08-15 17:40:17 -04:00
OpenBSD Add OpenBSD rc script 2020-08-17 17:50:00 -04:00
.gitignore Rename project to catsit 2020-08-15 16:40:15 -04:00
LICENSE Add copy of AGPLv3 2020-08-17 22:20:53 -04:00
Makefile Set shell scripts executable in build 2020-10-23 11:14:02 -04:00
catsit.8 Flesh out documentation and improve examples 2020-08-17 01:11:44 -04:00
catsit.conf.5 Flesh out documentation and improve examples 2020-08-17 01:11:44 -04:00
catsit.in Template catsit script with RUNDIR 2020-08-17 23:25:34 -04:00
catsitd.8 Document default catsit.conf location on OpenBSD 2020-08-17 23:59:08 -04:00
daemon.c Check signals first in the loop 2021-02-01 11:36:31 -05:00
daemon.h Clean up includes 2020-08-17 22:49:29 -04:00
service.c Log a message when stopping a service waiting to restart 2020-12-15 16:47:12 -05:00