syslogize #1

Merged
fauno merged 5 commits from syslogize into antifascista 2022-06-05 23:14:50 +00:00
Showing only changes of commit 75df2530e3 - Show all commits

View file

@ -17,6 +17,8 @@ if test $# -eq 0 ; then
exit 1
fi
LOGGER="${LOGGER:--t $1}"
propagate_signal () {
logger ${LOGGER} "Received $1 signal"
jobs -p | xargs kill -$1