Skip to content

Instantly share code, notes, and snippets.

@Garbee
Last active August 29, 2015 14:11
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 Garbee/2b21b20df347c8ec891d to your computer and use it in GitHub Desktop.
Save Garbee/2b21b20df347c8ec891d to your computer and use it in GitHub Desktop.
Misc things
[program:{program}]
; command example "php artisan queue:listen --tries=2 --queue=beanstalkd"
command={command}
; Example directory = /srv/web/{site}
directory={directory}
; Example logfile = /srv/web/{site}/storage/logs/supervisor.log
stdout_logfile={logfile}
; Example errlogfile = /srv/web/{site}/storage/logs/supervisor-error.log
stderr_logfile={errlogfile}
redirect_stderr=false
; Example user = www-data
user={user}
umask=002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment