File: swift-container.swift-container.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 (25 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/sh
### BEGIN INIT INFO
# Provides:          swift-container
# Required-Start:    $remote_fs $network
# Required-Stop:     $remote_fs $network
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Swift container server
# Description:       Container server for Swift.
### END INIT INFO

DESC="OpenStack Swift container server (swift-container)"
PROJECT_NAME=swift
NAME="${PROJECT_NAME}-container-server"
CONFIG_FILE=/etc/${PROJECT_NAME}/container-server.conf
UWSGI_PORT=6001
UWSGI_INI_PATH=/etc/swift/swift-container-server-uwsgi.ini
UWSGI_INI_APP=/usr/bin/swift-container-server-uwsgi
UWSGI_BIND_CONFIG_FILE=/etc/${PROJECT_NAME}/container-server.conf
UWSGI_BIND_CONFIG_SECTION=DEFAULT
UWSGI_BIND_CONFIG_IP_DIRECTIVE=bind_ip
UWSGI_BIND_CONFIG_PORT_DIRECTIVE=bind_port
UWSGI_BIND_CONFIG_WORKERS_DIRECTIVE=workers
CUSTOM_SYSTEMD_UNIT="ConditionFileNotEmpty=/etc/swift/container-server.conf
AssertFileNotEmpty=/etc/swift/container.ring.gz"