File: swift-account.swift-account-replicator.init.in

package info (click to toggle)
swift 2.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,768 kB
  • sloc: python: 197,574; sh: 636; pascal: 253; makefile: 69; xml: 32
file content (17 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
### BEGIN INIT INFO
# Provides:          swift-account-replicator
# Required-Start:    $remote_fs
# Required-Stop:     $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Swift account replicator
# Description:       Account replicator for Swift.
### END INIT INFO

PROJECT_NAME=swift
NAME="${PROJECT_NAME}-account-replicator"
DESC="OpenStack Swift account replicator"
CONFIG=account-server
MULTI=1
SYSTEMD_DOC="man:${NAME}(1)"