From d347cc66625be1f9ab9cb9a53da90a69e43402e3 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Fri, 25 Oct 2024 00:45:34 +0200 Subject: net-im/dendrite: new package, add 9999 Signed-off-by: Anna (navi) Figueiredo Gomes --- net-im/dendrite/files/dendrite.init | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-im/dendrite/files/dendrite.init (limited to 'net-im/dendrite/files/dendrite.init') 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 +} -- cgit v1.2.3