From a232577dd263802f44de08d35900b895583904c7 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Fri, 27 Jan 2023 12:17:03 -0500 Subject: net-im/mautrix-slack: treeclean Signed-off-by: Julien Roy --- net-im/mautrix-slack/files/mautrix-slack.initd | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 net-im/mautrix-slack/files/mautrix-slack.initd (limited to 'net-im/mautrix-slack/files/mautrix-slack.initd') diff --git a/net-im/mautrix-slack/files/mautrix-slack.initd b/net-im/mautrix-slack/files/mautrix-slack.initd deleted file mode 100644 index d971fc5..0000000 --- a/net-im/mautrix-slack/files/mautrix-slack.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-slack daemon" -description="A Matrix-Slack puppeting bridge" -module="mautrix_slack" - -pidfile="/run/${RC_SVCNAME}.pid" -command="/usr/bin/mautrix-slack" -command_args="-c /etc/mautrix/${module}.yaml -r /var/lib/mautrix/slack/registration.yaml" -command_background=true -command_user="mautrix-slack:mautrix" - -output_log="/var/log/mautrix/slack/daemon.log" -error_log="/var/log/mautrix/slack/daemon.log" - -depend() { - need net -} - -start_pre() { - checkpath -d -m 0755 -o "$command_user" /var/lib/mautrix/slack - checkpath -f -m 0644 -o "$command_user" "$output_log" -} -- cgit v1.2.3