Remove unused file.

This commit is contained in:
James Barnett 2017-04-05 17:27:15 -05:00
parent ebdb3eaa7f
commit a731463315

View File

@ -1,21 +0,0 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: sinatra
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Sinatra
# Description: This file starts the sinatra service
#
### END INIT INFO
case "$1" in
start)
/opt/sinatra/start.sh
;;
*)
echo "Usage: start {start}" >&2
exit 3
;;
esac