mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
5 lines
178 B
Bash
Executable file
5 lines
178 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 kres-cache-gc ${OPTS:- -d 1000 -c /run/knot-resolver}
|