sv/nscd: Add nscd service.

This commit is contained in:
AwesomeAdam54321 2023-12-31 22:53:44 +08:00
parent fd37c17012
commit 0003ce8729

3
sv/nscd/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p /var/run/nscd
exec /usr/sbin/nscd --foreground