#!/bin/bash

### BEGIN INIT INFO
# Provides:          landscape_async_frontend
# Required-Start:    $network rabbitmq-server
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Description:       Landscape Asynchronous frontend
# Short-Description: Enable Landscape async frontend
### END INIT INFO


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

NAME=async-frontend
SCRIPT=async-frontend

run "$1" $RUN_ASYNC_FRONTEND no-reload
