EthikTag/containers/ethikTag/supervisor.ini

12 lines
260 B
INI
Raw Normal View History

2023-01-07 22:07:15 +01:00
[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