summaryrefslogtreecommitdiffstats
path: root/misc/init.d/freebsd/zabbix_server
blob: 6d102d26fd4910e916823320c016a4a377f28413 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. /etc/rc.subr

name="zabbix_server"
load_rc_config ${name}
rcvar=`set_rcvar`
command="${prefix:-"/usr/local"}/bin/${name}"
required_files="/etc/zabbix/${name}.conf"

run_rc_command "$1"