first init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[program:historical-data-capture]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=php /var/www/artisan historical:capture
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=www-data
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/www/storage/logs/historical-data-capture.log
|
||||
stopwaitsecs=3600
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
numprocs=1
|
||||
Reference in New Issue
Block a user