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

package info (click to toggle)
swift 2.35.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,760 kB
  • sloc: python: 281,901; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (25 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (4)
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-account
# Required-Start:    $remote_fs $network
# Required-Stop:     $remote_fs $network
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Swift account server
# Description:       Account server for Swift.
### END INIT INFO

DESC="OpenStack Swift account server (swift-account)"
PROJECT_NAME=swift
NAME="${PROJECT_NAME}-account-server"
CONFIG_FILE=/etc/${PROJECT_NAME}/account-server.conf
UWSGI_PORT=6002
UWSGI_INI_PATH=/etc/swift/swift-account-server-uwsgi.ini
UWSGI_INI_APP=/usr/bin/swift-account-server-uwsgi
UWSGI_BIND_CONFIG_FILE=/etc/${PROJECT_NAME}/account-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/account-server.conf
AssertFileNotEmpty=/etc/swift/account.ring.gz"