summaryrefslogtreecommitdiff
blob: c6eca47e23559682a06fddc01622a19548d42082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/files/keystone.initd,v 1.4 2014/01/20 06:08:12 prometheanfire Exp $

description="Starts both the service and administrative APIs in a single process to provide catalog, authorization, and authentication services for OpenStack"

command=/usr/bin/keystone-all
pidfile=/var/run/keystone.pid
required_files="${KEYSTONE_CONF:-/etc/keystone/keystone.conf}"

start_stop_daemon_args="--background --make-pidfile --user ${KEYSTONE_USER:-keystone}"
command_args="${KEYSTONE_ARGS}"

depend() {
	need net
}