border6/border6.init
2021-11-20 22:44:29 +01:00

19 lines
512 B
Bash
Executable File

#!/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 <tom@bitfit.hu>
. /lib/lsb/init-functions
echo "Border6 service is systemd-only." >&2
exit 1