From 4f0770f3df78ecd5dcaefbd214f7a1415366bca6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 08:33:51 +0200 Subject: Adding debian version 2.4.56-1~deb11u2. Signed-off-by: Daniel Baumann --- debian/secondary-init-script | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/secondary-init-script (limited to 'debian/secondary-init-script') diff --git a/debian/secondary-init-script b/debian/secondary-init-script new file mode 100644 index 0000000..8cdfa30 --- /dev/null +++ b/debian/secondary-init-script @@ -0,0 +1,17 @@ +#!/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 -- cgit v1.2.3