summaryrefslogtreecommitdiff
path: root/www/perlbal/files/perlbal.in
blob: 8a1dc2dddda999c0157af1fd5b5f6702c681113b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: perlbal
# REQUIRE: DAEMON

. /etc/rc.subr

name="perlbal"
command="%%PREFIX%%/bin/perlbal"

load_rc_config "$name"
: ${perlbal_enable="NO"}
: ${perlbal_flags="-f /usr/local/etc/perlbal.conf &"}

run_rc_command "$1"