mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
[program:horizon]
|
|
process_name=%(program_name)s
|
|
command=php /var/www/html/artisan horizon
|
|
autostart=true
|
|
autorestart=true
|
|
user=sail
|
|
redirect_stderr=true
|
|
stdout_logfile=/var/www/html/storage/logs/horizon.log
|
|
stopwaitsecs=3600 |