From 334ed4393335f11abe2a9d31294755fb8979db02 Mon Sep 17 00:00:00 2001
From: Dariusz Janny <janny@man.poznan.pl>
Date: Wed, 3 Feb 2021 09:57:39 +0100
Subject: [PATCH] [edugain/faas#33] faas-dmtp - remove old process file.

---
 conf/etc/entrypoint | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/etc/entrypoint b/conf/etc/entrypoint
index f376003..8aa439c 100755
--- a/conf/etc/entrypoint
+++ b/conf/etc/entrypoint
@@ -36,4 +36,6 @@ update_postfix_config_value "mynetworks" "${FAAS_SMTP_POSTFIX_MYNETWORKS}"
 
 
 rm -f /var/spool/postfix/pid/master.pid
+rm -f /run/rsyslogd.pid
+
 exec supervisord -c /etc/supervisord.conf
-- 
GitLab