From 704a70169af3fafec596b7be20de3e68ecebe062 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 13 Dec 2014 10:49:14 -0800 Subject: [PATCH] By default use start/stop commands that are compatible with systemd as well http://sourceforge.net/p/webadmin/bugs/4521/ --- apache/config-suse-linux-9.1-* | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apache/config-suse-linux-9.1-* b/apache/config-suse-linux-9.1-* index 1c881f87d..8975bf37a 100644 --- a/apache/config-suse-linux-9.1-* +++ b/apache/config-suse-linux-9.1-* @@ -3,9 +3,9 @@ httpd_dir=/srv/www httpd_conf=/etc/apache2/httpd.conf mime_types=/etc/apache2/mime.types httpd_path=/usr/sbin/httpd2-prefork -start_cmd=/etc/init.d/apache2 start -stop_cmd=/etc/init.d/apache2 stop -apply_cmd=/etc/init.d/apache2 restart +start_cmd=service apache2 start +stop_cmd=service apache2 stop +apply_cmd=service apache2 restart show_order=0 max_servers=100 test_config=1