unbound: added runit service.

This commit is contained in:
Juan RP 2014-10-13 14:37:45 +02:00
parent 4f326bf34c
commit 656569a0ad
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec unbound -d

View file

@ -1,7 +1,7 @@
# Template file for 'unbound'
pkgname=unbound
version=1.4.22
revision=4
revision=5
build_style=gnu-configure
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
@ -9,6 +9,7 @@ configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
conf_files="/etc/unbound/unbound.conf"
makedepends="libressl-devel expat-devel libevent-devel"
system_accounts="unbound"
replaces="runit-void<20141013_2"
short_desc="Validating, recursive, and caching DNS resolver"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
@ -18,7 +19,8 @@ checksum=1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f
post_install() {
vsconf doc/example.conf unbound.conf
vconf ${FILESDIR}/unbound.conf
vinstall ${FILESDIR}/unbound.conf 644 etc/unbound
vsv unbound
}
unbound-devel_package() {