From f088f0f83df296ba66d7064cb5a64a0b5951782f Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sun, 7 May 2023 21:48:38 +0200 Subject: Dropped www-apps/ttyd as it already upstream --- www-apps/ttyd/files/ttyd.initd | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 www-apps/ttyd/files/ttyd.initd (limited to 'www-apps/ttyd/files/ttyd.initd') diff --git a/www-apps/ttyd/files/ttyd.initd b/www-apps/ttyd/files/ttyd.initd deleted file mode 100644 index 7e8821b..0000000 --- a/www-apps/ttyd/files/ttyd.initd +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/openrc-run -# shellcheck shell=sh -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="ttyd daemon" -command="/usr/bin/ttyd" -command_args="${TTYD_OPTS}" -command_background="true" -pidfile="/run/ttyd.pid" - -depend() { - use logger net -} -- cgit v1.2.3