aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dendrite/dendrite.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dendrite/dendrite.initd')
-rw-r--r--testing/dendrite/dendrite.initd23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/dendrite/dendrite.initd b/testing/dendrite/dendrite.initd
deleted file mode 100644
index c02dae3e113..00000000000
--- a/testing/dendrite/dendrite.initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-supervisor=supervise-daemon
-
-name="Dendrite"
-description="Second-generation Matrix homeserver written in Go"
-
-: ${dendrite_config:="/etc/dendrite/dendrite.yaml"}
-
-command="/usr/bin/dendrite"
-command_args="-config $dendrite_config $dendrite_opts"
-command_user="dendrite:dendrite"
-
-# make relative paths in config relative to the state directory
-directory="/var/lib/dendrite"
-
-depend() {
- need net
- after firewall
-}
-
-start_pre() {
- checkpath --directory --owner "$command_user" /var/log/dendrite
-}