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/mounttmpfs | |
parent | 3f05e52f25d8220d953f8322f121aed53de9001e (diff) |
Add START and STOP params to most init scripts.
Diffstat (limited to 'src.etc/init.d/mounttmpfs')
-rwxr-xr-x | src.etc/init.d/mounttmpfs | 3 |
1 files changed, 3 insertions, 0 deletions
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' |