mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
5 lines
178 B
Bash
5 lines
178 B
Bash
#!/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}
|