1
0
Fork 0
apache2/debian/secondary-init-script
Daniel Baumann f56986e2d9
Adding debian version 2.4.63-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:27 +02:00

17 lines
524 B
Bash

#!/bin/sh
### BEGIN INIT INFO
# Provides: apache2-XXX
# 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
# X-Interactive: true
# Short-Description: Start/stop apache2 web server (config /etc/apache2-XXX)
### END INIT INFO
#
# this init script can be installed as /etc/init.d/apache2-XXX
#
# source original init script to keep $0 and other arguments
. /etc/init.d/apache2