File: ceilometer-agent-compute.init.in

package info (click to toggle)
ceilometer 1%3A24.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,752 kB
  • sloc: python: 21,184; sh: 410; pascal: 151; makefile: 59
file content (19 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (4)
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:          ceilometer-agent-compute
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      mongodb rabbitmq-server
# Should-Stop:       mongodb rabbitmq-server
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: ceilometer central compute
# Description:       ceilometer central compute
### END INIT INFO

# Author: Thomas Goirand <zigo@debian.org>
DESC="OpenStack Ceilometer Agent Compute (ceilometer-agent-compute)"
PROJECT_NAME=ceilometer
NAME=${PROJECT_NAME}-agent-compute
DAEMON=/usr/bin/${PROJECT_NAME}-polling
DAEMON_ARGS=" --polling-namespaces compute"