Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
| 123456789101112131415 |
- ; Copia in /etc/supervisor/conf.d/fest-horizon.conf
- ; Adatta path, utente e log al server Debian.
- ;
- ; sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl start fest-horizon
-
- [program:fest-horizon]
- process_name=%(program_name)s
- command=php /var/www/fest/artisan horizon
- autostart=true
- autorestart=true
- user=www-data
- numprocs=1
- redirect_stderr=true
- stdout_logfile=/var/www/fest/storage/logs/horizon.log
- stopwaitsecs=3600
|