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/mounttmpfs') diff --git a/src.etc/init.d/mounttmpfs b/src.etc/init.d/mounttmpfs index 269ba74..c0b372f 100755 --- a/src.etc/init.d/mounttmpfs +++ b/src.etc/init.d/mounttmpfs @@ -1,5 +1,8 @@ #!/bin/sh /etc/rc.common +START='S10' +STOP='K90' + start() { log 'Mounting temporary file systems' -- cgit v0.9.1