void-packages/srcpkgs/knot/files/knotd/run
2019-07-08 16:57:45 +02:00

4 lines
101 B
Bash

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