source:
code/trunk/rc.d/OpenBSD@
70
Last change on this file since 70 was 67, checked in by , 16 months ago | |
---|---|
File size: 175 bytes |
Line | |
---|---|
1 | #!/bin/ksh |
2 | # $TheSupernovaDuo$ |
3 | |
4 | daemon="/usr/local/bin/mai" |
5 | daemon_flags="-f /usr/local/etc/mai/mai.ini -u www -g www" |
6 | |
7 | . /etc/rc.d/rc.subr |
8 | |
9 | rc_bg=YES |
10 | rc_reload=NO |
11 | |
12 | rc_cmd $1 |
Note:
See TracBrowser
for help on using the repository browser.