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