Skip to content

Instantly share code, notes, and snippets.

@ratulbasak
Created May 14, 2019 15:09
Show Gist options
  • Save ratulbasak/0aab07cb183c5cf2033b310cc33377d1 to your computer and use it in GitHub Desktop.
Save ratulbasak/0aab07cb183c5cf2033b310cc33377d1 to your computer and use it in GitHub Desktop.
Supervisord
[program:jamahook-packages]
directory=/services/jamahook_xpx_sndlk_services_lnx
command=bash /app/run.sh &
autostart=true
autorestart=false
stderr_logfile=/var/log/app.err.log
stdout_logfile=/var/log/app.out.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment