How to Configure Supervisor For Laravel Horizon in WHM+Cpanel or Alma Linux

·

·

       [program:horizon]
        process_name=%(program_name)s
        command=php /home/path_to_the_script/artisan horizon
        autostart=true
        autorestart=true
        user=root 
        redirect_stderr=true
        stdout_logfile=/home/path_to_the_script/horizon.log
        stopwaitsecs=3600

Leave a Reply

Your email address will not be published. Required fields are marked *