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