File: cloudkitty-processor.init.in

package info (click to toggle)
cloudkitty 23.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,528 kB
  • sloc: python: 21,803; sh: 528; makefile: 226; pascal: 54
file content (19 lines) | stat: -rw-r--r-- 733 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
#!/bin/sh
### BEGIN INIT INFO
# Provides:          cloudkitty-processor
# 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: CloudKitty processor daemon
# Description:       Provides the processor daemon for
#                    Rating-as-a-Service for OpenStack
### END INIT INFO

# Author: Thomas Goirand <zigo@debian.org>
DESC="OpenStack CloudKitty processor"
PROJECT_NAME=cloudkitty
NAME=${PROJECT_NAME}-processor
export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME=cloudkitty-processor