Skip to content

Instantly share code, notes, and snippets.

@yuswitayudi
Created March 3, 2020 07:50
Show Gist options
  • Save yuswitayudi/f4213bc7578bf31a856f2be509036d6b to your computer and use it in GitHub Desktop.
Save yuswitayudi/f4213bc7578bf31a856f2be509036d6b to your computer and use it in GitHub Desktop.
[program:app_name]
directory=/home/user/path-app/
command=/home/user/path-app/app
autostart=true
autorestart=true
startretries=3
stderr_logfile=/var/log/supervisor/app_name/app_name.out.log
stdout_logfile=/var/log/supervisor/app_name/app_name.err.log
user=user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment