blob: dd93301022d0b5591996283e886d4df0695c5fe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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"
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"
|