12 lines
197 B
Bash
12 lines
197 B
Bash
#!/bin/ksh
|
|
# $YakumoLabs$
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
daemon="/usr/local/bin/toyohime"
|
|
daemon_flags="-listen 127.0.0.1:8080 -index localhost /etc/toyohime-repos"
|
|
daemon_user="www"
|
|
rc_bg=YES
|
|
|
|
rc_cmd "$1"
|