vp-build/srcpkgs/knot/files/knotd/run

5 lines
101 B
Bash

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