# Whether to start ActiveMQ (as a daemon or not)
NO_START=0

# Use Debian create user to run ActiveMQ process
ACTIVEMQ_USER="activemq"

# Time to wait for the server to die, in seconds
DIETIME=2
