From 1e3e2506203331b90aa1ccbdf571c27b7ef3ad14 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 22 Jan 2023 22:57:51 -0500 Subject: */*: treeclean packages which are now in GURU Signed-off-by: Julien Roy --- .../mautrix-telegram/files/mautrix-telegram.initd | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 net-im/mautrix-telegram/files/mautrix-telegram.initd (limited to 'net-im/mautrix-telegram/files/mautrix-telegram.initd') diff --git a/net-im/mautrix-telegram/files/mautrix-telegram.initd b/net-im/mautrix-telegram/files/mautrix-telegram.initd deleted file mode 100644 index beb9b2f..0000000 --- a/net-im/mautrix-telegram/files/mautrix-telegram.initd +++ /dev/null @@ -1,25 +0,0 @@ -#!/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 -r /var/lib/mautrix/telegram/registration.yaml" -command_background=true -command_user="mautrix-telegram:mautrix" - -output_log="/var/log/mautrix/mautrix-telegram_daemon.log" -error_log="/var/log/mautrix/mautrix-telegram_daemon.log" - -depend() { - need net -} - -start_pre() { - checkpath -d -m 0755 -o "$command_user" /var/lib/mautrix/telegram - checkpath -f -m 0644 -o "$command_user" "$output_log" -} -- cgit v1.2.3