You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/ksh
|
|
|
|
daemon='/usr/sbin/molly-brown -c /etc/molly.conf &'
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_stop() {
|
|
pkill molly-brown
|
|
}
|
|
|
|
rc_cmd $1
|