From 3070d380d24baf5c592af53d03dab1e98f766a01 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 09 May 2014 20:47:08 -0400 Subject: /etc/init.d/*: Use absolute paths with s-s-d. --- (limited to 'src.etc/init.d/httpd') diff --git a/src.etc/init.d/httpd b/src.etc/init.d/httpd index 21b7c09..98e6b8b 100755 --- a/src.etc/init.d/httpd +++ b/src.etc/init.d/httpd @@ -3,7 +3,7 @@ start() { printf 'Starting httpd...' - start-stop-daemon -S -q -n httpd -x httpd -- -h /var/www + start-stop-daemon -S -q -n httpd -x /usr/sbin/httpd -- -h /var/www printf 'done.\n' } -- cgit v0.9.1