toyohime/rc.d/netbsd.sh
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

18 lines
329 B
Bash

#!/bin/sh
# $YakumoLabs$
#
# PROVIDE: toyohime
# REQUIRE: DAEMON
# BEFORE: LOGIN
# KEYWORD: shutdown
$rc_subr_loaded . /etc/rc.subr
name="toyohime"
rcvar="$name"
command="/usr/local/bin/$name"
command_args="-listen 127.0.0.1:8080 -index go.example.com /usr/local/etc/toyohime-repos"
load_rc_config "$name"
run_rc_command "$1"