1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-26 03:52:50 +02:00

disabled rsyslogd pidfile

This commit is contained in:
Sebastian Klemke 2022-01-22 17:15:51 +01:00
parent d3db047fcc
commit 89a86e9dda

View File

@ -85,7 +85,7 @@ if "RELAYUSER" in os.environ:
# Configure and start local rsyslog server
conf.jinja("/conf/rsyslog.conf", os.environ, "/etc/rsyslog.conf")
os.system("/usr/sbin/rsyslogd -n &")
os.system("/usr/sbin/rsyslogd -niNONE &")
# Configure logrotate and start crond
if os.environ["POSTFIX_LOG_FILE"] != "":
conf.jinja("/conf/logrotate.conf", os.environ, "/etc/logrotate.d/postfix.conf")