#!/bin/sh
#
# landscape_appserver Landscape Application Server
#
# chkconfig: - 80 05
# description: Provide Landscape frontend UI
#

### BEGIN INIT INFO
# Provides:          landscape_appserver
# Required-Start:    $network
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Description:       Landscape Application Server
# Short-Description: Enable Landscape frontend UI
### END INIT INFO

. /opt/canonical/landscape/scripts/landscape-env.sh

NAME=appserver
SCRIPT=landscape

run "$1" $RUN_APPSERVER no-reload
