aboutsummaryrefslogtreecommitdiff
path: root/net-im/mautrix-telegram/files/mautrix-telegram.initd
blob: f83b9f96de91dd332ae1ed037877100a0b778b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="mautrix-telegran daemon"
description="A Matrix-Telegram Messenger puppeting bridge"
module="mautrix_telegram"

pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/bin/python"
command_args="-m ${module} -c /etc/mautrix/${module}.yaml"
command_background=true
command_user="mautrix-telegram:mautrix"