aboutsummaryrefslogtreecommitdiffstats
path: root/www/thundercache/files/thunder-rcNG.in
blob: 901fe1fb8b27d1eedde023c3381932a1ce80f78d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
#
# PROVIDE: thunder
# REQUIRE: LOGIN
#
# Remember to thunder_enable="YES" in /etc/rc.conf
#
# FreeBSD Brasil LTDA <consultoria@freebsdbrasil.com.br>
#

. /etc/rc.subr

name="thunder"
rcvar=`set_rcvar`
command="%%PREFIX%%/thunder/sbin/thunder ${thunder_flags}"
pidfile="/var/run/thunder/thunder.pid"
: ${thunder_enable="NO"}
: ${thunder_flags="-c %%PREFIX%%/thunder/etc/thunder.conf"}
load_rc_config $name
run_rc_command "$1"