4 lines
102 B
Bash
Executable file
4 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
mkdir -p /var/run/nscd /var/db/nscd
|
|
exec nscd -F ${OPTS} >/dev/null
|