File: mistral-event-engine.init.in

package info (click to toggle)
mistral 15.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,056 kB
  • sloc: python: 54,070; sh: 724; makefile: 53
file content (20 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
### BEGIN INIT INFO
# Provides:          mistral-event-engine
# 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 event engine
# Description:       Mistral event engine
### END INIT INFO

# Author: Corey Bryant <corey.bryant@canonical.com>

DESC="OpenStack Mistral Event Engine"
PROJECT_NAME=mistral
NAME=${PROJECT_NAME}-event-engine
DAEMON=/usr/bin/mistral-server
DAEMON_ARGS="--server event-engine"