aports/testing/radicale/radicale.initd
Natanael Copa fe8a40d64b testing/radicale: new aport
A simple CalDAV (calendar) and CardDAV (contact) server
http://radicale.org
2014-11-17 15:11:03 +00:00

17 lines
266 B
Plaintext

#!/sbin/runscript
pidfile=/var/run/radicale.pid
start_stop_daemon_args="--user radicale"
command=/usr/bin/radicale
command_args="--foreground"
command_background=yes
depend() {
use net
need localmount
}
#start_pre() {
# checkpath --directory "${pidfile%/*}"
#}