Add ebuild for mautrix-signal 25.10 with fixed main.Tag
Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
This commit is contained in:
parent
2ceadd4382
commit
6ee7800b7b
7 changed files with 142 additions and 90 deletions
21
net-im/mautrix-signal/files/mautrix-signal.initd-r1
Normal file
21
net-im/mautrix-signal/files/mautrix-signal.initd-r1
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#!/sbin/openrc-run
|
||||
# shellcheck shell=sh
|
||||
#
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
description="Matrix-Signal puppeting bridge"
|
||||
supervisor="supervise-daemon"
|
||||
command="/usr/bin/mautrix-signal"
|
||||
command_args="-c ${MAUTRIX_SIGNAL_CONFIG} ${MAUTRIX_SIGNAL_OPTS}"
|
||||
command_user="mautrix-signal:mautrix"
|
||||
pidfile="/run/mautrix-signal/${RC_SVCNAME}.pid"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
use dns postgresql
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
checkpath -d -o "${command_user}" /run/mautrix-signal
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue