Fix init script so it compatible with newer systemd versions

Change-Id: I77adfb2b5e328f29e701b8d29c5b4319617d2ecb
This commit is contained in:
Craig Bryant 2015-01-23 11:38:54 -07:00
parent 46f2f5f3df
commit d1debf628b
1 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,13 @@
#! /bin/bash
#### BEGIN INIT INFO
## Provides: monasca-thresh
## Required-Start: $nimbus
## Required-Stop:
## Default-Start: 2 3 4 5
## Default-Stop:
## Short-Description: Monitoring threshold engine running under storm
## Description:
#### END INIT INFO
#!/bin/bash
### BEGIN INIT INFO
# Provides: monasca-thresh
# Required-Start: $nimbus
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Monitoring threshold engine running under storm
# Description:
### END INIT INFO
case "$1" in
start)