File: cyborg-agent.init.in

package info (click to toggle)
cyborg 14.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,596 kB
  • sloc: python: 17,951; sh: 346; makefile: 67; pascal: 66
file content (19 lines) | stat: -rw-r--r-- 694 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
#!/bin/sh
### BEGIN INIT INFO
# Provides:          cyborg-agent
# 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: Cyborg agent daemon
# Description:       Provides the agent daemon for
#                    Acceleration-as-a-Service for OpenStack
### END INIT INFO

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