diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:01:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:01:31 +0000 |
commit | c9cf025fadfe043f0f2f679e10d1207d8a158bb6 (patch) | |
tree | 3a94effe0bdc0a6814d8134f4ed840d7cc6b6f19 /debian/secondary-init-script | |
parent | Adding upstream version 2.4.57. (diff) | |
download | apache2-e483aacee00195ef2e2f1f5ae6277e6e8a5e6d62.tar.xz apache2-e483aacee00195ef2e2f1f5ae6277e6e8a5e6d62.zip |
Adding debian version 2.4.57-2.debian/2.4.57-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/secondary-init-script')
-rw-r--r-- | debian/secondary-init-script | 17 |
1 files changed, 17 insertions, 0 deletions
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 |