5 lines
101 B
Text
5 lines
101 B
Text
|
#!/bin/sh
|
||
|
[ -r ./conf ] && . ./conf
|
||
|
install -d -m0755 -o _knot -g _knot /run/knot
|
||
|
exec knotd ${OPTS}
|