Skip to content

Instantly share code, notes, and snippets.

View Nayak2020's full-sized avatar

Rajat Nayak Nayak2020

  • Smarsh Inc.
  • Bangalore, India
View GitHub Profile
@nicdoye
nicdoye / activemq
Last active August 23, 2017 15:10
Init script for activemq. Known to work on RHEL 6, probably works on RHEL 5 and SLES Relies on variables set in /etc/sysconfig/activemq
#!/bin/bash
#
# activemq Starts ActiveMQ.
#
#
# chkconfig: 345 88 12
# description: ActiveMQ is a JMS Messaging Queue Server.
### BEGIN INIT INFO
# Provides: activemq
### END INIT INFO