source: code/trunk/rc.d/netbsd.rc.d@ 820

Last change on this file since 820 was 820, checked in by yakumo.izuru, 2 years ago

Allow the configuration directory to be elsewhere, add
system startup scripts

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

  • Property svn:executable set to on
File size: 367 bytes
Line 
1#!/bin/sh
2# $TheSupernovaDuo: suika,v 0.4.2 2023/6/9 23:30:18 yakumo_izuru Exp $
3
4# PROVIDE: suika
5# REQUIRE: login
6# KEYWORD: shutdown
7
8$_rc_subr_loaded . /etc/rc.subr
9
10name="suika"
11rcvar="$name"
12command="/usr/local/bin/${name}"
13
14suika_config_file="/usr/local/etc/suika/config"
15command_args="-config ${suika_config_file}"
16
17load_rc_config "$name"
18run_rc_command "$1"
Note: See TracBrowser for help on using the repository browser.