summaryrefslogtreecommitdiff
path: root/net-im/dendrite/files/dendrite.init
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-10-25 00:45:34 +0200
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-10-25 00:45:34 +0200
commitd347cc66625be1f9ab9cb9a53da90a69e43402e3 (patch)
tree9777f4aa4b9582020cb1e9ad0b7394ec37406faf /net-im/dendrite/files/dendrite.init
parent95c915236b34e18321931abf6a24a41de2a3dc21 (diff)
downloadenomicon-d347cc66625be1f9ab9cb9a53da90a69e43402e3.tar.xz
net-im/dendrite: new package, add 9999
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'net-im/dendrite/files/dendrite.init')
-rw-r--r--net-im/dendrite/files/dendrite.init15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/dendrite/files/dendrite.init b/net-im/dendrite/files/dendrite.init
new file mode 100644
index 0000000..a492747
--- /dev/null
+++ b/net-im/dendrite/files/dendrite.init
@@ -0,0 +1,15 @@
+#!/sbin/openrc-run
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="Dendrite"
+description=""
+command=/usr/bin/dendrite
+command_args="${dendrite_args}"
+command_background="true"
+command_user="${dendrite_user}:${dendrite_group}"
+pidfile="/run/${RC_SVCNAME}.pid"
+
+depend() {
+ need net
+}