From 7ac47d55e92fa2adefb8daebb885c99619624eee Mon Sep 17 00:00:00 2001 From: "P. Vibet" Date: Wed, 19 Jul 2017 07:21:14 +0200 Subject: [PATCH] Use exec to start rsyslogd --- postfix/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/start.sh b/postfix/start.sh index 3a82bf69..57660bee 100755 --- a/postfix/start.sh +++ b/postfix/start.sh @@ -32,4 +32,4 @@ rm -f /var/run/rsyslogd.pid chown -R postfix: /queue /usr/lib/postfix/post-install meta_directory=/etc/postfix create-missing /usr/lib/postfix/master & -rsyslogd -n +exec rsyslogd -n