From 55126e134cf456fe2eb58f4e93e58fa2c0076d7a Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 7 Jan 2023 13:15:03 -0500 Subject: net-libs/meta-srht: add 0.63.5, drop 0.63.5 Signed-off-by: Julien Roy --- www-apps/meta-srht/files/meta.sr.ht-webhooks.initd | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 www-apps/meta-srht/files/meta.sr.ht-webhooks.initd (limited to 'www-apps/meta-srht/files/meta.sr.ht-webhooks.initd') diff --git a/www-apps/meta-srht/files/meta.sr.ht-webhooks.initd b/www-apps/meta-srht/files/meta.sr.ht-webhooks.initd deleted file mode 100644 index a1a42e5..0000000 --- a/www-apps/meta-srht/files/meta.sr.ht-webhooks.initd +++ /dev/null @@ -1,15 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="meta.sr.ht webhooks daemon" -description="" -command="/usr/bin/celery" -command_args="-A metasrht.webhooks worker --loglevel=INFO" -command_user="srht:srht" -command_background=true -pidfile="/run/${RC_SVCNAME}.pid" - -depend() { - need net -} -- cgit v1.2.3