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:
parent
d3db047fcc
commit
89a86e9dda
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user