EthikTag/containers/ethikTag/supervisor.ini

12 lines
260 B
INI

[supervisord]
nodaemon=true
[program:apache2]
environment=HOSTNAME="%(ENV_HOSTNAME)s"
command = apache2ctl -D FOREGROUND
user = www-data
autostart = true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0