metalog: accept optional service/conf in the runit service.

This commit is contained in:
Juan RP 2015-02-10 09:17:28 +01:00
parent a04bc6fb28
commit 4607f5147a
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
exec 1>&2
exec metalog -v
[ -r conf ] && . ./conf
exec metalog ${OPTS=-v}

View file

@ -1,7 +1,7 @@
# Template file for 'metalog'
pkgname=metalog
version=3
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="pcre-devel"