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

Merge pull request #453 from sundbry/sigint-logging

Fork syslog-ng into a new process group via bash monitor mode
This commit is contained in:
Travis Rowland
2017-11-23 15:11:35 -08:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -em
# If /dev/log is either a named pipe or it was placed there accidentally,
# e.g. because of the issue documented at https://github.com/phusion/baseimage-docker/pull/25,