Merge pull request #113 from markmcclain/ansible

add LSB info to init script
This commit is contained in:
Jeremy Hanmer 2015-04-08 13:58:41 -07:00
commit ebb2f2f2f6
2 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,15 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: akanda-router-api-server
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Akanda Router API Server
### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON="/usr/local/bin/gunicorn"
NAME="akanda-router-api-server"

View File

@ -1,5 +1,15 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: metadata
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Akanda OpenStack Metadata Service
### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON="/usr/local/bin/akanda-metadata-proxy"
NAME="akanda-metadata-proxy"