15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:mysqld]
|
|
command=/usr/sbin/mysqld --datadir=/mnt/data/mysql
|
|
autorestart=true
|
|
|
|
[program:php-fpm]
|
|
command=/usr/local/sbin/php-fpm
|
|
autorestart=true
|
|
|
|
[program:queue-worker]
|
|
command=/usr/bin/php artisan queue:work --sleep=3 --tries=3
|
|
autorestart=true
|