diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-03 10:32:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-03 10:32:53 (EDT) |
commit | fea7c2dc0cf939ed30e953b12e797cb1ebc7eacc (patch) | |
tree | 776a9f4f8daf99191338b8fca70ec093dea3f582 /src.etc/init.d/syslog | |
parent | 2e78f310cc9a6a9374c013105e366eef031d6635 (diff) |
/etc/init.d/*: Remove S and K from START and STOP.
Diffstat (limited to 'src.etc/init.d/syslog')
-rwxr-xr-x | src.etc/init.d/syslog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src.etc/init.d/syslog b/src.etc/init.d/syslog index 42fa581..095a9bf 100755 --- a/src.etc/init.d/syslog +++ b/src.etc/init.d/syslog @@ -2,8 +2,8 @@ SYSLOG_ROTATE_SIZE=65536 -START='S40' -STOP='K70' +START='40' +STOP='70' start() { |