#!/bin/sh ### BEGIN INIT INFO # Provides: border6 # Required-Start: $remote_fs $syslog docker # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: BORDER Debian6 environment # Description: BORDER Debian6 environment, built from Debian squeeze, # contains apache2 + php 5.3 ### END INIT INFO # Author: ROTTLER Tamas . /lib/lsb/init-functions echo "Border6 service is systemd-only." >&2 exit 1