Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fest-horizon.conf.example 446B

123456789101112131415
  1. ; Copia in /etc/supervisor/conf.d/fest-horizon.conf
  2. ; Adatta path, utente e log al server Debian.
  3. ;
  4. ; sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl start fest-horizon
  5. [program:fest-horizon]
  6. process_name=%(program_name)s
  7. command=php /var/www/fest/artisan horizon
  8. autostart=true
  9. autorestart=true
  10. user=www-data
  11. numprocs=1
  12. redirect_stderr=true
  13. stdout_logfile=/var/www/fest/storage/logs/horizon.log
  14. stopwaitsecs=3600