1d6b4b3f91
s#. %%RC_SUBR%%#. /etc/rc.subr#
16 lines
227 B
Bash
16 lines
227 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
# PROVIDE: symux
|
|
# REQUIRE: NETWORKING SERVERS
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="symux"
|
|
rcvar=`set_rcvar`
|
|
command="%%PREFIX%%/bin/symux"
|
|
symux_enable=${symux_enable:-"NO"}
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|
|
|