void-packages/srcpkgs/knot/files/knotd/run

5 lines
101 B
Text
Raw Normal View History

2019-07-08 10:53:19 +00:00
#!/bin/sh
[ -r ./conf ] && . ./conf
install -d -m0755 -o _knot -g _knot /run/knot
exec knotd ${OPTS}