summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-03-01 19:09:40 -0500
committerJune McEnroe <june@causal.agency>2021-03-01 19:09:40 -0500
commit0384c2abd7cc7fa768bb2c2260728f041ac71c47 (patch)
treed140760d79a0152457eeb5e0d1ee21d194fd2ff6 /Makefile
parentAdd -d flag to catsit-watch (diff)
downloadcatsit-0384c2abd7cc7fa768bb2c2260728f041ac71c47.tar.gz
catsit-0384c2abd7cc7fa768bb2c2260728f041ac71c47.zip
Exit with EX_TEMPFAIL when watching files
Reason being that if a file disappears and it takes longer for it
to reappear than the default restart interval, the service would
just get stopped. Treat an initially missing file the same as a
file that gets deleted.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
n/man1/hilex.1?id=ab6181ade55645c10e94593505c30b968d2f5b9f&follow=1'>Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe