aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kopano-core/kopano-server.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kopano-core/kopano-server.initd')
-rw-r--r--testing/kopano-core/kopano-server.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/kopano-core/kopano-server.initd b/testing/kopano-core/kopano-server.initd
deleted file mode 100644
index 05766abb353..00000000000
--- a/testing/kopano-core/kopano-server.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-supervisor=supervise-daemon
-name=$RC_SVCNAME
-command="/usr/bin/kopano-server"
-
-depend() {
- need mariadb
-}
-
-start_pre() {
- checkpath -d -m 750 -o kopano-core:kopano /run/kopano
-}