summaryrefslogtreecommitdiff
blob: bc32002f567c0006d0a4f818237912a18d2f1838 (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
# $Id$

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
}