BUILD_DEPENDS= rst2man:textproc/py-docutils
LIB_DEPENDS= libev.so:devel/libev
USERS= nobody
USERS= hitch
GROUPS= nobody
GROUPS= hitch
USES= pkgconfig ssl
GNU_CONFIGURE= yes
# Set uid after binding a socket
#
# type: string
user = "nobody"
user = "hitch"
# Set gid after binding a socket
group = "nobody"
group = "hitch"
# Quiet execution, report only error messages
: ${hitch_enable="NO"}
: ${hitch_config="%%PREFIX%%/etc/hitch.conf"}
: ${hitch_huser:=nobody}
: ${hitch_huser:=hitch}
: ${hitch_hgroup:=nobody}
: ${hitch_hgroup:=hitch}
command="%%PREFIX%%/sbin/hitch"
command_args="--daemon -u ${hitch_huser} -g ${hitch_hgroup} -s --config=${hitch_config}"