mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-26 03:52:50 +02:00
Remove reference to rsyslogd
This commit is contained in:
parent
3bfdff155c
commit
ea851e77d4
@ -50,7 +50,5 @@ for map_file in glob.glob("/overrides/*.map"):
|
||||
|
||||
# Run Podop and Postfix
|
||||
multiprocessing.Process(target=start_podop).start()
|
||||
if os.path.exists("/var/run/rsyslogd.pid"):
|
||||
os.remove("/var/run/rsyslogd.pid")
|
||||
os.system("/usr/libexec/postfix/post-install meta_directory=/etc/postfix create-missing")
|
||||
os.system("postfix start-fg")
|
||||
|
Loading…
x
Reference in New Issue
Block a user