Skip to content

Instantly share code, notes, and snippets.

@alexrusin
Created December 31, 2018 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexrusin/0c666869930a7ad83ad1d5b971df8aa8 to your computer and use it in GitHub Desktop.
Save alexrusin/0c666869930a7ad83ad1d5b971df8aa8 to your computer and use it in GitHub Desktop.
supervisord.conf file for websockets
[supervisord]
nodaemon=true
[program:websockets]
command=/usr/bin/php /var/www/html/artisan websockets:serve
numprocs=1
autostart=true
autorestart=true
user=www-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment