Merge "add shebang lines to all lib files"
This commit is contained in:
commit
d09a1db5a4
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# functions - DevStack-specific functions
|
# functions - DevStack-specific functions
|
||||||
#
|
#
|
||||||
# The following variables are assumed to be defined by certain functions:
|
# The following variables are assumed to be defined by certain functions:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# functions-common - Common functions used by DevStack components
|
# functions-common - Common functions used by DevStack components
|
||||||
#
|
#
|
||||||
# The canonical copy of this file is maintained in the DevStack repo.
|
# The canonical copy of this file is maintained in the DevStack repo.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/apache
|
# lib/apache
|
||||||
# Functions to control configuration and operation of apache web server
|
# Functions to control configuration and operation of apache web server
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/ceilometer
|
# lib/ceilometer
|
||||||
# Install and start **Ceilometer** service
|
# Install and start **Ceilometer** service
|
||||||
|
|
||||||
|
2
lib/ceph
2
lib/ceph
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/ceph
|
# lib/ceph
|
||||||
# Functions to control the configuration and operation of the **Ceph** storage service
|
# Functions to control the configuration and operation of the **Ceph** storage service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder
|
# lib/cinder
|
||||||
# Install and start **Cinder** volume service
|
# Install and start **Cinder** volume service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/ceph
|
# lib/cinder_backends/ceph
|
||||||
# Configure the ceph backend
|
# Configure the ceph backend
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/glusterfs
|
# lib/cinder_backends/glusterfs
|
||||||
# Configure the glusterfs backend
|
# Configure the glusterfs backend
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/lvm
|
# lib/cinder_backends/lvm
|
||||||
# Configure the LVM backend
|
# Configure the LVM backend
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/netapp_iscsi
|
# lib/cinder_backends/netapp_iscsi
|
||||||
# Configure the NetApp iSCSI driver
|
# Configure the NetApp iSCSI driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/netapp_nfs
|
# lib/cinder_backends/netapp_nfs
|
||||||
# Configure the NetApp NFS driver
|
# Configure the NetApp NFS driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/nfs
|
# lib/cinder_backends/nfs
|
||||||
# Configure the nfs backend
|
# Configure the nfs backend
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/solidfire
|
# lib/cinder_backends/solidfire
|
||||||
# Configure the solidfire driver
|
# Configure the solidfire driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_backends/vmdk
|
# lib/cinder_backends/vmdk
|
||||||
# Configure the VMware vmdk backend
|
# Configure the VMware vmdk backend
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Copyright 2014 IBM Corp.
|
# Copyright 2014 IBM Corp.
|
||||||
# Copyright (c) 2014 OpenStack Foundation
|
# Copyright (c) 2014 OpenStack Foundation
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
@ -82,4 +84,3 @@ $XIV_XTRACE
|
|||||||
# Local variables:
|
# Local variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
# End:
|
# End:
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_plugins/XenAPINFS
|
# lib/cinder_plugins/XenAPINFS
|
||||||
# Configure the XenAPINFS driver
|
# Configure the XenAPINFS driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_plugins/glusterfs
|
# lib/cinder_plugins/glusterfs
|
||||||
# Configure the glusterfs driver
|
# Configure the glusterfs driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_plugins/nfs
|
# lib/cinder_plugins/nfs
|
||||||
# Configure the nfs driver
|
# Configure the nfs driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_plugins/sheepdog
|
# lib/cinder_plugins/sheepdog
|
||||||
# Configure the sheepdog driver
|
# Configure the sheepdog driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/cinder_plugins/vsphere
|
# lib/cinder_plugins/vsphere
|
||||||
# Configure the vsphere driver
|
# Configure the vsphere driver
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/config - Configuration file manipulation functions
|
# lib/config - Configuration file manipulation functions
|
||||||
|
|
||||||
# These functions have no external dependencies and the following side-effects:
|
# These functions have no external dependencies and the following side-effects:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/database
|
# lib/database
|
||||||
# Interface for interacting with different database backends
|
# Interface for interacting with different database backends
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/databases/mysql
|
# lib/databases/mysql
|
||||||
# Functions to control the configuration and operation of the **MySQL** database backend
|
# Functions to control the configuration and operation of the **MySQL** database backend
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/databases/postgresql
|
# lib/databases/postgresql
|
||||||
# Functions to control the configuration and operation of the **PostgreSQL** database backend
|
# Functions to control the configuration and operation of the **PostgreSQL** database backend
|
||||||
|
|
||||||
|
2
lib/dib
2
lib/dib
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/dib
|
# lib/dib
|
||||||
# Install and build images with **diskimage-builder**
|
# Install and build images with **diskimage-builder**
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/dstat
|
# lib/dstat
|
||||||
# Functions to start and stop dstat
|
# Functions to start and stop dstat
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/gantt
|
# lib/gantt
|
||||||
# Install and start **Gantt** scheduler service
|
# Install and start **Gantt** scheduler service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/glance
|
# lib/glance
|
||||||
# Functions to control the configuration and operation of the **Glance** service
|
# Functions to control the configuration and operation of the **Glance** service
|
||||||
|
|
||||||
|
2
lib/heat
2
lib/heat
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/heat
|
# lib/heat
|
||||||
# Install and start **Heat** service
|
# Install and start **Heat** service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/horizon
|
# lib/horizon
|
||||||
# Functions to control the configuration and operation of the horizon service
|
# Functions to control the configuration and operation of the horizon service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/infra
|
# lib/infra
|
||||||
#
|
#
|
||||||
# Functions to install infrastructure projects needed by other projects
|
# Functions to install infrastructure projects needed by other projects
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/ironic
|
# lib/ironic
|
||||||
# Functions to control the configuration and operation of the **Ironic** service
|
# Functions to control the configuration and operation of the **Ironic** service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/keystone
|
# lib/keystone
|
||||||
# Functions to control the configuration and operation of **Keystone**
|
# Functions to control the configuration and operation of **Keystone**
|
||||||
|
|
||||||
|
2
lib/ldap
2
lib/ldap
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/ldap
|
# lib/ldap
|
||||||
# Functions to control the installation and configuration of **ldap**
|
# Functions to control the installation and configuration of **ldap**
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/neutron
|
# lib/neutron
|
||||||
# functions - functions specific to neutron
|
# functions - functions specific to neutron
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neuton Big Switch/FloodLight plugin
|
# Neuton Big Switch/FloodLight plugin
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Brocade Neutron Plugin
|
# Brocade Neutron Plugin
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron Cisco plugin
|
# Neutron Cisco plugin
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron Embrane plugin
|
# Neutron Embrane plugin
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron IBM SDN-VE plugin
|
# Neutron IBM SDN-VE plugin
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron Linux Bridge L2 agent
|
# Neutron Linux Bridge L2 agent
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron MidoNet plugin
|
# Neutron MidoNet plugin
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron Modular Layer 2 plugin
|
# Neutron Modular Layer 2 plugin
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron NEC OpenFlow plugin
|
# Neutron NEC OpenFlow plugin
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Nuage Neutron Plugin
|
# Nuage Neutron Plugin
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# OpenFlow Agent plugin
|
# OpenFlow Agent plugin
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron One Convergence plugin
|
# Neutron One Convergence plugin
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Common code used by cisco and embrane plugins
|
# Common code used by cisco and embrane plugins
|
||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron Open vSwitch L2 agent
|
# Neutron Open vSwitch L2 agent
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# common functions for ovs based plugin
|
# common functions for ovs based plugin
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# PLUMgrid Neutron Plugin
|
# PLUMgrid Neutron Plugin
|
||||||
# Edgar Magana emagana@plumgrid.com
|
# Edgar Magana emagana@plumgrid.com
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Neutron VMware NSX plugin
|
# Neutron VMware NSX plugin
|
||||||
# -------------------------
|
# -------------------------
|
||||||
|
|
||||||
|
2
lib/neutron_thirdparty/bigswitch_floodlight
vendored
2
lib/neutron_thirdparty/bigswitch_floodlight
vendored
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Big Switch/FloodLight OpenFlow Controller
|
# Big Switch/FloodLight OpenFlow Controller
|
||||||
# ------------------------------------------
|
# ------------------------------------------
|
||||||
|
|
||||||
|
2
lib/neutron_thirdparty/midonet
vendored
2
lib/neutron_thirdparty/midonet
vendored
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# MidoNet
|
# MidoNet
|
||||||
# -------
|
# -------
|
||||||
|
|
||||||
|
2
lib/neutron_thirdparty/ryu
vendored
2
lib/neutron_thirdparty/ryu
vendored
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Ryu SDN Framework
|
# Ryu SDN Framework
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|
||||||
|
2
lib/neutron_thirdparty/trema
vendored
2
lib/neutron_thirdparty/trema
vendored
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Trema Sliceable Switch
|
# Trema Sliceable Switch
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
||||||
|
2
lib/neutron_thirdparty/vmware_nsx
vendored
2
lib/neutron_thirdparty/vmware_nsx
vendored
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# VMware NSX
|
# VMware NSX
|
||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
|
2
lib/nova
2
lib/nova
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova
|
# lib/nova
|
||||||
# Functions to control the configuration and operation of the **Nova** service
|
# Functions to control the configuration and operation of the **Nova** service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova_plugins/functions-libvirt
|
# lib/nova_plugins/functions-libvirt
|
||||||
# Common libvirt configuration functions
|
# Common libvirt configuration functions
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova_plugins/hypervisor-fake
|
# lib/nova_plugins/hypervisor-fake
|
||||||
# Configure the fake hypervisor
|
# Configure the fake hypervisor
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova_plugins/hypervisor-ironic
|
# lib/nova_plugins/hypervisor-ironic
|
||||||
# Configure the ironic hypervisor
|
# Configure the ironic hypervisor
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova_plugins/hypervisor-libvirt
|
# lib/nova_plugins/hypervisor-libvirt
|
||||||
# Configure the libvirt hypervisor
|
# Configure the libvirt hypervisor
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova_plugins/hypervisor-openvz
|
# lib/nova_plugins/hypervisor-openvz
|
||||||
# Configure the openvz hypervisor
|
# Configure the openvz hypervisor
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova_plugins/hypervisor-vsphere
|
# lib/nova_plugins/hypervisor-vsphere
|
||||||
# Configure the vSphere hypervisor
|
# Configure the vSphere hypervisor
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/nova_plugins/hypervisor-xenserver
|
# lib/nova_plugins/hypervisor-xenserver
|
||||||
# Configure the XenServer hypervisor
|
# Configure the XenServer hypervisor
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/opendaylight
|
# lib/opendaylight
|
||||||
# Functions to control the configuration and operation of the opendaylight service
|
# Functions to control the configuration and operation of the opendaylight service
|
||||||
|
|
||||||
|
2
lib/oslo
2
lib/oslo
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/oslo
|
# lib/oslo
|
||||||
#
|
#
|
||||||
# Functions to install oslo libraries from git
|
# Functions to install oslo libraries from git
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/rpc_backend
|
# lib/rpc_backend
|
||||||
# Interface for interactig with different rpc backend
|
# Interface for interactig with different rpc backend
|
||||||
# rpc backend settings
|
# rpc backend settings
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/sahara
|
# lib/sahara
|
||||||
|
|
||||||
# Dependencies:
|
# Dependencies:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/stackforge
|
# lib/stackforge
|
||||||
#
|
#
|
||||||
# Functions to install stackforge libraries that we depend on so
|
# Functions to install stackforge libraries that we depend on so
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/swift
|
# lib/swift
|
||||||
# Functions to control the configuration and operation of the **Swift** service
|
# Functions to control the configuration and operation of the **Swift** service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/tempest
|
# lib/tempest
|
||||||
# Install and configure Tempest
|
# Install and configure Tempest
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/template
|
# lib/template
|
||||||
# Functions to control the configuration and operation of the XXXX service
|
# Functions to control the configuration and operation of the XXXX service
|
||||||
# <do not include this template file in ``stack.sh``!>
|
# <do not include this template file in ``stack.sh``!>
|
||||||
|
2
lib/tls
2
lib/tls
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/tls
|
# lib/tls
|
||||||
# Functions to control the configuration and operation of the TLS proxy service
|
# Functions to control the configuration and operation of the TLS proxy service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/trove
|
# lib/trove
|
||||||
# Functions to control the configuration and operation of the **Trove** service
|
# Functions to control the configuration and operation of the **Trove** service
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
# lib/zaqar
|
# lib/zaqar
|
||||||
# Install and start **Zaqar** service
|
# Install and start **Zaqar** service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user