File: ironic-python-agent.init.in

package info (click to toggle)
ironic-python-agent 11.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,508 kB
  • sloc: python: 36,248; sh: 60; makefile: 29
file content (22 lines) | stat: -rw-r--r-- 709 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
20
21
22
#!/bin/sh
### BEGIN INIT INFO
# Provides:          ironic-python-agent
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      postgresql mysql keystone rabbitmq-server chrony
# Should-Stop:       postgresql mysql keystone rabbitmq-server chrony
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Ironic Python Agent
# Description:       Provides baremetal introspection
### END INIT INFO

# Author: Thomas Goirand <zigo@debian.org>
DESC="OpenStack Ironic Python Agent (ironic-python-agent)"
PROJECT_NAME=ironic-python-agent
NAME=${PROJECT_NAME}
SYSTEM_USER=root
SYSTEM_GROUP=root

# Needed for the config drive?
modprobe vfat