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/syslog') diff --git a/src.etc/init.d/syslog b/src.etc/init.d/syslog index b39562f..42fa581 100755 --- a/src.etc/init.d/syslog +++ b/src.etc/init.d/syslog @@ -2,6 +2,9 @@ SYSLOG_ROTATE_SIZE=65536 +START='S40' +STOP='K70' + start() { log 'Starting syslog' -- cgit v0.9.1