toyohime/rc.d/openbsd.ksh
yakumo.izuru e60a0bf01a 月の首都はそれがあるべき場所に戻っています
git-svn-id: file:///srv/svn/repo/toyohime/trunk@115 922d331f-388e-da47-97a9-ad700dc0b8b9
2025-04-17 23:12:28 +00:00

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"