diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-22 22:57:51 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-22 22:57:51 -0500 |
commit | 1e3e2506203331b90aa1ccbdf571c27b7ef3ad14 (patch) | |
tree | 3f3a6fb21cd9639446bfe383333b95eb983fcb2f /net-im/mautrix-telegram/files/mautrix-telegram.initd | |
parent | ce7da04d2c2fb7de10f862fd60c97f6809a0f9ef (diff) | |
download | MrRoy-Overlay-1e3e2506203331b90aa1ccbdf571c27b7ef3ad14.tar.gz MrRoy-Overlay-1e3e2506203331b90aa1ccbdf571c27b7ef3ad14.tar.bz2 MrRoy-Overlay-1e3e2506203331b90aa1ccbdf571c27b7ef3ad14.zip |
*/*: treeclean packages which are now in GURU
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-im/mautrix-telegram/files/mautrix-telegram.initd')
-rw-r--r-- | net-im/mautrix-telegram/files/mautrix-telegram.initd | 25 |
1 files changed, 0 insertions, 25 deletions
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" -} |