#!/bin/sh

### BEGIN INIT INFO
# Provides:	  test
# Required-Start:    $local_fs $remote_fs $network $syslog $named
# Required-Stop:     $local_fs $remote_fs $network $syslog $named
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: starts the test service
# Description:       starts test using start-stop-daemon
### END INIT INFO

echo "All is good!"