aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radicale/radicale.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-17 15:05:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-17 15:11:03 +0000
commitfe8a40d64b351377da03643018854dc4d8856bc6 (patch)
treef12b7c97a858b05859332b2a0359163678e33e4d /testing/radicale/radicale.initd
parent8387c17e377233fcfc30260c5bd3c8f291cd191a (diff)
downloadaports-fe8a40d64b351377da03643018854dc4d8856bc6.tar.bz2
aports-fe8a40d64b351377da03643018854dc4d8856bc6.tar.xz
testing/radicale: new aport
A simple CalDAV (calendar) and CardDAV (contact) server http://radicale.org
Diffstat (limited to 'testing/radicale/radicale.initd')
-rw-r--r--testing/radicale/radicale.initd16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/radicale/radicale.initd b/testing/radicale/radicale.initd
new file mode 100644
index 0000000000..b405391e0d
--- /dev/null
+++ b/testing/radicale/radicale.initd
@@ -0,0 +1,16 @@
+#!/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%/*}"
+#}