From a92b2c13d1f2bc76a44db3a435a3cc843ea2ba10 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 19 Jan 2023 21:38:04 -0500 Subject: net-im/mautrix-facebook: new package, add 0.4.1 Signed-off-by: Julien Roy --- net-im/mautrix-facebook/files/mautrix-facebook.confd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net-im/mautrix-facebook/files/mautrix-facebook.confd (limited to 'net-im/mautrix-facebook/files') diff --git a/net-im/mautrix-facebook/files/mautrix-facebook.confd b/net-im/mautrix-facebook/files/mautrix-facebook.confd new file mode 100644 index 0000000..dfcd8eb --- /dev/null +++ b/net-im/mautrix-facebook/files/mautrix-facebook.confd @@ -0,0 +1,13 @@ +#!/sbin/openrc-run +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +name="mautrix-facebook daemon" +description="A Matrix-Facebook Messenger puppeting bridge" +module="mautrix_facebook" + +pidfile="/run/${RC_SVCNAME}.pid" +command="/usr/bin/python" +command_args="-m ${module} -c /etc/mautrix/${module}.yaml" +command_background=true +command_user="mautrix-facebook:mautrix-facebook" -- cgit v1.2.3