mirror of
https://github.com/elyby/accounts.git
synced 2024-12-02 11:41:05 +05:30
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
|
[program:account-queue-worker]
|
||
|
directory=/var/www/html
|
||
|
command=wait-for-it rabbitmq:5672 -- php yii account-queue
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
priority=10
|