mailcow/data/Dockerfiles/policyd/files/etc/supervisor/conf.d/cbpolicyd.conf
zekeriya 9b43974c96 [Policyd] Added policyd Dockerfile
[Compose] Added policyd Service
[Postfix] Added policyd for check_policy_service to main.cf
2019-03-01 10:42:11 +03:00

13 lines
306 B
Plaintext

[program:cbpolicyd]
command=/usr/sbin/cbpolicyd --fg --config=/etc/cluebringer/cluebringer.conf
autostart=true
autorestart=true
startretries=3
# Redirect output so we can see it using "docker logs"
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0