Add .gitignore to php-worker (#1780)

* Add .gitignore
* Change file to example.
This commit is contained in:
ThunderbirdsX3
2018-09-08 20:31:58 +07:00
committed by Shao Yu-Lung (Allen)
parent 00df369e96
commit 876935452e
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,7 @@
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/artisan queue:work --sleep=3 --tries=3 --daemon
autostart=true
autorestart=true
numprocs=8
redirect_stderr=true