summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Santos <nsantos@apache.org>2008-04-17 14:31:01 +0000
committerNuno Santos <nsantos@apache.org>2008-04-17 14:31:01 +0000
commitb5202b04f4fffdd22f5815485f075225d614bd73 (patch)
treeed47d6f25deeb5ac83959486072d37973081fa17
parent1e621b6b72e8df3ae008bbe4de036b8e5169eda3 (diff)
downloadqpid-python-b5202b04f4fffdd22f5815485f075225d614bd73.tar.gz
add full path to qpidd in init script, as it fails in some environments with just the command name
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@649126 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/etc/qpidd2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/etc/qpidd b/qpid/cpp/etc/qpidd
index d9076191d6..aae65853cb 100755
--- a/qpid/cpp/etc/qpidd
+++ b/qpid/cpp/etc/qpidd
@@ -32,7 +32,7 @@ RETVAL=0
start() {
echo -n $"Starting Qpid AMQP daemon: "
- daemon --pidfile $pidfile --check $prog --user qpidd $prog --daemon $QPIDD_OPTIONS
+ daemon --pidfile $pidfile --check $prog --user qpidd /usr/sbin/$prog --daemon $QPIDD_OPTIONS
RETVAL=$?
echo
[ $RETVAL = 0 ] && touch $lockfile