From a8acd0eb45c72fbe875bcaff89e4a63adb3ea32b Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 3 May 2012 23:30:15 -0500 Subject: Added httpd scripts. --- scripts/httpd-stop.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/httpd-stop.sh (limited to 'scripts/httpd-stop.sh') diff --git a/scripts/httpd-stop.sh b/scripts/httpd-stop.sh new file mode 100755 index 0000000..9d47507 --- /dev/null +++ b/scripts/httpd-stop.sh @@ -0,0 +1,3 @@ +#!/bin/sh -x + +service httpd stop -- cgit