mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
6 lines
84 B
Bash
6 lines
84 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec nfsdcld ${OPTS:- --foreground}
|