source: code/trunk/rc.d/openbsd.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: 249 bytes
RevLine 
[820]1#!/bin/ksh
2# $TheSupernovaDuo: suika,v 0.4.2 2023/6/9 23:30:13 yakumo_izuru Exp $
3daemon="/usr/local/bin/suika"
4suika_config_file="/usr/local/etc/suika/config"
5daemon_flags="-config ${suika_config_file}"
6
7. /etc/rc.d/rc.subr
8
9rc_bg=YES
10
11rc_cmd "$1"
Note: See TracBrowser for help on using the repository browser.