11 lines
105 B
Plaintext
11 lines
105 B
Plaintext
|
#!/sbin/runscript
|
||
|
|
||
|
start() {
|
||
|
/usr/local/sbin/growroot
|
||
|
eend 0
|
||
|
}
|
||
|
|
||
|
depend() {
|
||
|
need localmount
|
||
|
}
|