Merge branch 'master' into sigint-logging

This commit is contained in:
Travis Rowland
2017-11-23 12:28:39 -08:00
committed by GitHub

View File

@@ -20,5 +20,8 @@ syslogng_wait() {
return $RET
}
if [ -f "$PIDFILE" ]; then
kill $(cat "$PIDFILE")
fi
syslogng_wait 0 $?