File: swift-object-expirer.swift-object-expirer.init.in

package info (click to toggle)
swift 2.35.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 22,516 kB
  • sloc: python: 277,184; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (16 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
### BEGIN INIT INFO
# Provides:          swift-object-expirer
# Required-Start:    $remote_fs
# Required-Stop:     $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Swift object expirer
# Description:       Object expirer daemon for Swift.
### END INIT INFO

PROJECT_NAME=swift
NAME="${PROJECT_NAME}-object-expirer"
DESC="OpenStack Swift object expirer"
CONFIG=object-expirer
SYSTEMD_DOC="man:${NAME}(1)"