File: ceilometer-agent-ipmi.init.in

package info (click to toggle)
ceilometer 1%3A11.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,704 kB
  • sloc: python: 26,032; sh: 445; pascal: 147; makefile: 50
file content (18 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
### BEGIN INIT INFO
# Provides:          ceilometer-agent-ipmi
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      mongodb postgresql mysql keystone rabbitmq-server ntp
# Should-Stop:       mongodb postgresql mysql keystone rabbitmq-server ntp
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Ceilometer Agent IPMI
# Description:       Ceilometer Agent IPMI
### END INIT INFO

# Author: Thomas Goirand <zigo@debian.org>
DESC="OpenStack Ceilometer Agent IPMI (ceilometer-agent-ipmi)"
PROJECT_NAME=ceilometer
NAME=${PROJECT_NAME}-polling
DAEMON_ARGS=" --polling-namespaces ipmi"