AuberBoxTagWebGenerator/supervisord.conf

10 lines
193 B
Plaintext
Raw Normal View History

2024-04-04 16:15:42 +02:00
[supervisord]
nodaemon=true
[program:Apache]
command=/usr/sbin/apache2ctl -DFOREGROUND
autostart=true
autorestart=true
[program:queue]
command=/var/www/src/queue
autostart=true
autorestart=true