summaryrefslogtreecommitdiffstats
path: root/action-graceful.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-07-02 11:20:02 +0100
committerJoe Orton <jorton@redhat.com>2012-07-02 11:20:02 +0100
commit99146f2b3cd2408a6cc98145ec7fe080f2ab3458 (patch)
tree66277f3a7f77de7c40591cf3a0baa2bc276b6366 /action-graceful.sh
parent0ab4593d9ccc24048edc81834748a3adae695b15 (diff)
downloadhttpd-99146f2b3cd2408a6cc98145ec7fe080f2ab3458.tar.gz
httpd-99146f2b3cd2408a6cc98145ec7fe080f2ab3458.tar.xz
httpd-99146f2b3cd2408a6cc98145ec7fe080f2ab3458.zip
support "configtest" and "graceful" as initscripts "legacy actions"
Diffstat (limited to 'action-graceful.sh')
-rw-r--r--action-graceful.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/action-graceful.sh b/action-graceful.sh
new file mode 100644
index 0000000..3d28f0e
--- /dev/null
+++ b/action-graceful.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /sbin/apachectl -k graceful "$@"