#!/sbin/openrc-run

name="tinydns"
description="tiny DNS cache service"
supervisor=supervise-daemon
command=/usr/sbin/tinydns
pidfile="/run/$SVCNAME.pid"

depend() {
	need net
}