#!/sbin/openrc-run supervisor=supervise-daemon name=doh-server command="$name" command_args="-conf /etc/doh/server.conf" pidfile="/run/$name.pid" command_user="www:www" depend() { need net need dns after firewall }