summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/keystone/files/keystone.initd')
-rw-r--r--sys-auth/keystone/files/keystone.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/keystone/files/keystone.initd b/sys-auth/keystone/files/keystone.initd
index dde18b0..aa40783 100644
--- a/sys-auth/keystone/files/keystone.initd
+++ b/sys-auth/keystone/files/keystone.initd
@@ -32,7 +32,7 @@ start() {
ebegin "Starting ${SVCNAME}"
start-stop-daemon --start --quiet --make-pidfile --pidfile "${PID_PATH}/${SVCNAME}.pid" \
- --exec /usr/bin/${SVCNAME}-all --background -- --config-file=${CONFIG_FILE}
+ --exec /usr/bin/${SVCNAME}-all-2.7 --background -- --config-file=${CONFIG_FILE}
eend $? "Failed to start ${SVCNAME}"
}
@@ -44,7 +44,7 @@ stop() {
ebegin "Stopping ${SVCNAME}"
start-stop-daemon --stop --pidfile "${PID_PATH}/${SVCNAME}.pid" \
- --exec /usr/bin/${SVCNAME}-all
+ --exec /usr/bin/${SVCNAME}-all-2.7
eend $? "Failed to stop ${SVCNAME}"
}