diff options
Diffstat (limited to 'qpid/cpp/etc')
| -rwxr-xr-x | qpid/cpp/etc/qpidd | 2 | ||||
| -rw-r--r-- | qpid/cpp/etc/qpidd.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/etc/qpidd b/qpid/cpp/etc/qpidd index aae65853cb..62b92b223a 100755 --- a/qpid/cpp/etc/qpidd +++ b/qpid/cpp/etc/qpidd @@ -39,7 +39,7 @@ start() { if [ $RETVAL = 0 ]; then touch $pidfile chown qpidd.qpidd $pidfile - runuser -s /bin/sh qpidd -c "qpidd -c > $pidfile" + runuser -s /bin/sh qpidd -c "/usr/sbin/$prog --check > $pidfile" fi return $RETVAL } diff --git a/qpid/cpp/etc/qpidd.conf b/qpid/cpp/etc/qpidd.conf index 8064767e78..64126be454 100644 --- a/qpid/cpp/etc/qpidd.conf +++ b/qpid/cpp/etc/qpidd.conf @@ -1,2 +1,3 @@ # Configuration file for qpidd. # Using default settings, qpidd --help to see defaults. +pid-dir=/var/run/qpidd |
