File: manila-scheduler.init.in

package info (click to toggle)
manila 1%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,432 kB
  • sloc: python: 210,959; sh: 1,959; pascal: 817; makefile: 63
file content (17 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
### BEGIN INIT INFO
# Provides:          manila-scheduler
# 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: Manila Scheduler
# Description:       Shared filesytem services for instances: Scheduler
### END INIT INFO

# Author: James Page <james.page@ubuntu.com>, Thomas Goirand <zigo@debian.org>
DESC="OpenStack Manila Scheduler (manila-scheduler)"
PROJECT_NAME=manila
NAME=${PROJECT_NAME}-scheduler