From f57ca38e1627d7228a10093e3e21dcf5b5091354 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 02 Jun 2014 22:46:50 -0400 Subject: Add START and STOP params to most init scripts. --- (limited to 'src.etc/init.d/httpd') diff --git a/src.etc/init.d/httpd b/src.etc/init.d/httpd index 1207dfb..2032f88 100755 --- a/src.etc/init.d/httpd +++ b/src.etc/init.d/httpd @@ -1,5 +1,8 @@ #!/bin/sh /etc/rc.common +START='S50' +STOP='K60' + start() { log 'Starting httpd' -- cgit v0.9.1