diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-02 22:46:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-02 22:46:50 (EDT) |
commit | f57ca38e1627d7228a10093e3e21dcf5b5091354 (patch) | |
tree | f42caf38d76cc84d8f28c1fe135da6780813efba /src.etc/init.d/mountall | |
parent | 3f05e52f25d8220d953f8322f121aed53de9001e (diff) |
Add START and STOP params to most init scripts.
Diffstat (limited to 'src.etc/init.d/mountall')
-rwxr-xr-x | src.etc/init.d/mountall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src.etc/init.d/mountall b/src.etc/init.d/mountall index 1e15f03..5de464a 100755 --- a/src.etc/init.d/mountall +++ b/src.etc/init.d/mountall @@ -1,5 +1,7 @@ #!/bin/sh /etc/rc.common +START='S20' + start() { log 'Mounting file systems' |