diff options
Diffstat (limited to 'net-im/mautrix-facebook/files/mautrix-facebook.confd')
-rw-r--r-- | net-im/mautrix-facebook/files/mautrix-facebook.confd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-im/mautrix-facebook/files/mautrix-facebook.confd b/net-im/mautrix-facebook/files/mautrix-facebook.confd deleted file mode 100644 index dfcd8eb..0000000 --- a/net-im/mautrix-facebook/files/mautrix-facebook.confd +++ /dev/null @@ -1,13 +0,0 @@ -#!/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" |