#!/bin/bash
echo $* | grep -e --config >/dev/null || CONFIG=--config=/etc/rhmd.conf 
/usr/sbin/qpidd $CONFIG $*

