From 9b96363ee80de5cc5b175886a69257f45662938b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 13 Dec 2020 11:19:36 -0500 Subject: /etc/init.d/* Normalize log messages --- (limited to 'src.etc/init.d/httpd') diff --git a/src.etc/init.d/httpd b/src.etc/init.d/httpd index c26e151..2ebd361 100755 --- a/src.etc/init.d/httpd +++ b/src.etc/init.d/httpd @@ -5,13 +5,13 @@ STOP='60' start() { - log 'Starting httpd' + log 'Starting HTTP daemon' start-stop-daemon -S -q -p /var/run/httpd.pid -m \ -x /usr/sbin/httpd -b -- -f -h /var/www } stop() { - log 'Stopping httpd' + log 'Stopping HTTP daemon' start-stop-daemon -K -q -p /var/run/httpd.pid } -- cgit v0.9.1