Skip to content

Instantly share code, notes, and snippets.

@naagaraa
Last active February 18, 2024 06:52
Show Gist options
  • Save naagaraa/8235699bf180800c96d130695247a27e to your computer and use it in GitHub Desktop.
Save naagaraa/8235699bf180800c96d130695247a27e to your computer and use it in GitHub Desktop.
supervisor-worker-octane.conf
[program:SITE_DOMAIN-worker-octane]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/SITE_DOMAIN/artisan octane:start
directory=/var/www/html/SITE_DOMAIN
user=www-data
autostart=true
autorestart=true
startsecs=0
numprocs=2
stopwaitsecs=10
redirect_stderr=true
stdout_logfile=/var/log/supervisor/SITE_DOMAIN-octane.log
stderr_logfile=/var/log/supervisor/SITE_DOMAIN-octane.err
environment=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment