mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
5 lines
209 B
Bash
Executable file
5 lines
209 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r ./conf ] && . ./conf
|
|
install -d -m0755 -o _knot_resolver -g _knot_resolver /run/knot-resolver
|
|
exec kresd ${OPTS:- --noninteractive -c /etc/knot-resolver/kresd.conf /run/knot-resolver}
|