mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
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
|