chore(deploy): 调整 rspamd 与 dovecot 启动配置
- 为 `rspamd` 指定运行用户/组,提升容器内启动一致性。 - 将 `dovecot` 配置格式整理为多行块,保持配置可读性。 - 在 `rspamd` 入口脚本中按可用账号选择启动参数,并保留兜底启动方式。
This commit is contained in:
@@ -35,7 +35,7 @@ stderr_logfile_maxbytes=0
|
||||
priority=30
|
||||
|
||||
[program:rspamd]
|
||||
command=/usr/bin/rspamd -f
|
||||
command=/usr/bin/rspamd -f -u _rspamd -g _rspamd
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/fd/1
|
||||
|
||||
Reference in New Issue
Block a user