mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 06:40:10 +02:00
fix: fetchmail environment variables (#3901)
This commit is contained in:
parent
67faa95b0b
commit
e232e43d32
2 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,7 @@ autorestart=true
|
|||
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
stderr_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
user=fetchmail
|
||||
environment=HOME="/var/lib/fetchmail",USER="fetchmail"
|
||||
command=/usr/bin/fetchmail -f /etc/fetchmailrc --nodetach --daemon "%(ENV_FETCHMAIL_POLL)s" -i /var/lib/fetchmail/.fetchmail-UIDL-cache --pidfile /var/run/fetchmail/fetchmail.pid
|
||||
|
||||
[program:postfix]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue