diff options
Diffstat (limited to 'src.etc/init.d/httpd')
-rwxr-xr-x | src.etc/init.d/httpd | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |