source: code/trunk/rc.d/OpenBSD@ 68

Last change on this file since 68 was 67, checked in by yakumo.izuru, 16 months ago

Fix bugs, many other changes

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

File size: 175 bytes
RevLine 
[55]1#!/bin/ksh
2# $TheSupernovaDuo$
3
[56]4daemon="/usr/local/bin/mai"
[67]5daemon_flags="-f /usr/local/etc/mai/mai.ini -u www -g www"
[55]6
7. /etc/rc.d/rc.subr
8
9rc_bg=YES
10rc_reload=NO
11
12rc_cmd $1
Note: See TracBrowser for help on using the repository browser.