summaryrefslogtreecommitdiff
path: root/www/thundercache/files/thundercache.in
blob: 976e7c92942bec7f969c41eea7ecb1082ff63c18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh

# PROVIDE: thundercache
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Remember to thundercache_enable="YES" in /etc/rc.conf
# You can also add optional flags to thundercache_flags
#
# FreeBSD Brasil LTDA <consultoria@freebsdbrasil.com.br>
#

. /etc/rc.subr

name="thundercache"
rcvar=thundercache_enable

command="%%PREFIX%%/thunder/sbin/thunder"
required_files="%%PREFIX%%/thunder/etc/thunder.conf"
command_args="-c $required_files"
pidfile="/var/run/thunder/thunder.pid"

load_rc_config $name
: ${thundercache_enable="NO"}

run_rc_command "$1"