7 lines
84 B
Bash
7 lines
84 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec nfsdcld ${OPTS:- --foreground}
|