mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-31 18:18:05 +00:00
disabled rsyslogd pidfile
This commit is contained in:
@@ -85,7 +85,7 @@ if "RELAYUSER" in os.environ:
|
|||||||
|
|
||||||
# Configure and start local rsyslog server
|
# Configure and start local rsyslog server
|
||||||
conf.jinja("/conf/rsyslog.conf", os.environ, "/etc/rsyslog.conf")
|
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
|
# Configure logrotate and start crond
|
||||||
if os.environ["POSTFIX_LOG_FILE"] != "":
|
if os.environ["POSTFIX_LOG_FILE"] != "":
|
||||||
conf.jinja("/conf/logrotate.conf", os.environ, "/etc/logrotate.d/postfix.conf")
|
conf.jinja("/conf/logrotate.conf", os.environ, "/etc/logrotate.d/postfix.conf")
|
||||||
|
|||||||
Reference in New Issue
Block a user