mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
4 lines
134 B
Bash
4 lines
134 B
Bash
#!/bin/sh
|
|
[ -r ./conf ] && . ./conf
|
|
install -d -m0755 -o _knot-resolver -g _knot-resolver /run/knot-resolver
|
|
exec kresd ${OPTS:--f 1}
|