mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Merge branch 'master' into sigint-logging
This commit is contained in:
@@ -20,5 +20,8 @@ syslogng_wait() {
|
||||
return $RET
|
||||
}
|
||||
|
||||
if [ -f "$PIDFILE" ]; then
|
||||
kill $(cat "$PIDFILE")
|
||||
fi
|
||||
|
||||
syslogng_wait 0 $?
|
||||
|
||||
Reference in New Issue
Block a user