From 99146f2b3cd2408a6cc98145ec7fe080f2ab3458 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 2 Jul 2012 11:20:02 +0100 Subject: support "configtest" and "graceful" as initscripts "legacy actions" --- action-graceful.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 action-graceful.sh (limited to 'action-graceful.sh') 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 "$@" -- cgit