mirror of
https://github.com/lingble/Mailu.git
synced 2026-03-20 03:50:30 +00:00
Rspamd executable was moved to /usr/bin
(cherry picked from commit 096c0be4f7)
This commit is contained in:
committed by
Florent Daigniere
parent
b275aa019d
commit
a84ef1d6aa
@@ -38,4 +38,4 @@ while True:
|
||||
os.system("mkdir -m 755 -p /run/rspamd")
|
||||
os.system("chown rspamd:rspamd /run/rspamd")
|
||||
os.system("find /var/lib/rspamd | grep -v /filter | xargs -n1 chown rspamd:rspamd")
|
||||
os.execv("/usr/sbin/rspamd", ["rspamd", "-f", "-u", "rspamd", "-g", "rspamd"])
|
||||
os.execv("/usr/bin/rspamd", ["rspamd", "-f", "-u", "rspamd", "-g", "rspamd"])
|
||||
|
||||
Reference in New Issue
Block a user