Objective-C on SOPE using a WebObject paradigm. Besides the standard groupware features as webmail, contacts, appointment and task management, it also provides a project and document management facility. Feedback and suggestions from landry@ and ajacoutot@ OK landry@, ajacoutot@
13 lines
196 B
Bash
13 lines
196 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: ogo_webui.rc,v 1.1.1.1 2013/10/29 06:16:26 sebastia Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/ogo-webui"
|
|
daemon_user="_opengroupware"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|