Files
socialhose-php/configuration/supervisord/notifications_fetching
T
2022-12-09 08:36:26 -06:00

10 lines
211 B
Plaintext

[program:notification_fetching]
directory={{CWD}}
command={{CWD}}/bin/console --env=stage rabbitmq:consumer notifications_fetch
environment=
user=socialhose
autostart=true
autorestart=true
redirect_stderr=True