bd20d5b11f
for REPORT requests with large calendars. ok maintainer and ian@
14 lines
247 B
Bash
14 lines
247 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: radicale.rc,v 1.2 2012/01/12 00:19:54 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/radicale -d"
|
|
daemon_user="_radicale"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="${MODPY_BIN} ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|