File: mistral-executor.init.in

package info (click to toggle)
mistral 21.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,140 kB
  • sloc: python: 54,052; sh: 701; makefile: 58
file content (21 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
### BEGIN INIT INFO
# Provides:          mistral-executor
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      postgresql mysql keystone rabbitmq-server ntp
# Should-Stop:       postgresql mysql keystone rabbitmq-server ntp
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Mistral executor
# Description:       Mistral executor
### END INIT INFO

# Author: Thomas Goirand <zigo@debian.org>

DESC="OpenStack Mistral Executor"
PROJECT_NAME=mistral
NAME=${PROJECT_NAME}-executor
DAEMON=/usr/bin/mistral-server
DAEMON_ARGS="--server executor"
export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME=mistral-executor