Skip to content

Instantly share code, notes, and snippets.

@itsgitz
Last active June 18, 2023 10:22
Show Gist options
  • Save itsgitz/60c5fc395cdccf539c31d7ab6324eaaf to your computer and use it in GitHub Desktop.
Save itsgitz/60c5fc395cdccf539c31d7ab6324eaaf to your computer and use it in GitHub Desktop.
Supervisord configuration example
[program:myapps]
command=/usr/bin/php /srv/myapps.php
stopasgroup=true
stopsignal=QUIT
stdout_logfile=/var/log/supervisor/myapps.log
stderr_logfile=/var/log/supervisor/myapps.log
logfile_maxbytes=50MB
autorestart=unexpected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment