mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 05:35:12 +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}
|