1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00

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 return $RET
} }
kill $(cat "$PIDFILE") if [ -f "$PIDFILE" ]; then
kill $(cat "$PIDFILE")
fi
syslogng_wait 0 $? syslogng_wait 0 $?