Skip to content

Instantly share code, notes, and snippets.

@mrbald
Created May 13, 2019 15:07
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 mrbald/fb683ac9ed7a07a3255d9fdfb24e1f29 to your computer and use it in GitHub Desktop.
Save mrbald/fb683ac9ed7a07a3255d9fdfb24e1f29 to your computer and use it in GitHub Desktop.
/etc/supervisor/conf.d/activemq.conf
[program:activemq]
directory=/path/to/activemq/base
command=/path/to/activemq/base/bin/activemq console
user=activemq
redirect_stderr=true
autostart=true
autorestart=false
stopasgroup=true
killasgroup=true
stdout_logfile=/path/to/activemq.log
stdout_logfile_maxbytes=50MB
stdout_logfile_backups=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment