File: keystone.keystone-admin.init.in

package info (click to toggle)
keystone 2%3A27.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,296 kB
  • sloc: python: 124,343; pascal: 2,239; sh: 888; xml: 335; makefile: 216
file content (22 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
### BEGIN INIT INFO
# Provides:          keystone-admin
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      mongodb rabbitmq-server mysql
# Should-Stop:       mongodb rabbitmq-server mysql
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Keystone admin
# Description:       Keystone admin
### END INIT INFO

# Author: Thomas Goirand <zigo@debian.org>
DESC="OpenStack Keystone Admin API"
PROJECT_NAME=keystone
NAME=${PROJECT_NAME}-admin
DAEMON=/usr/bin/uwsgi_python3
DAEMON_ARGS="--ini /etc/keystone/keystone-admin-uwsgi.ini"
NO_OPENSTACK_CONFIG_FILE_DAEMON_ARG=yes
NO_OPENSTACK_LOGFILE_DAEMON_ARG=yes
USE_SYSLOG=no