Files
maacom/rc.d/maacom.in
ziggi a5cb8fbf18
2017-12-10 20:11:06 +00:00

25 lines
331 B
Bash
Executable File

#!/bin/sh
#
# $Id$
#
# PROVIDE: maacom
# REQUIRE: LOGIN
. /etc/rc.subr
name="maacom"
rcvar="maacom_enable"
pidfile="@APP_RUNDIR@"/maacom.pid
command="@prefix@/sbin/${name}"
command_args=""
procname="@prefix@/sbin/${name}"
command_interpreter="@perl@"
load_rc_config ${name}
: ${pgagent_enable:="NO"}
run_rc_command "$1"
#EOF