summaryrefslogtreecommitdiff
path: root/www-apps/ttyd/files
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-05-07 21:48:38 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2023-05-07 21:48:38 +0200
commitf088f0f83df296ba66d7064cb5a64a0b5951782f (patch)
treea13aeb593bbe6ec4f1a303681ff2090e33857af7 /www-apps/ttyd/files
parent90aaf55385a7fc2cb1f792575e4cef471ad1743f (diff)
downloadportage-f088f0f83df296ba66d7064cb5a64a0b5951782f.tar.gz
portage-f088f0f83df296ba66d7064cb5a64a0b5951782f.tar.bz2
portage-f088f0f83df296ba66d7064cb5a64a0b5951782f.zip
Dropped www-apps/ttyd as it already upstream
Diffstat (limited to 'www-apps/ttyd/files')
-rw-r--r--www-apps/ttyd/files/ttyd.confd4
-rw-r--r--www-apps/ttyd/files/ttyd.initd14
-rw-r--r--www-apps/ttyd/files/ttyd.service11
3 files changed, 0 insertions, 29 deletions
diff --git a/www-apps/ttyd/files/ttyd.confd b/www-apps/ttyd/files/ttyd.confd
deleted file mode 100644
index 8a79b7d..0000000
--- a/www-apps/ttyd/files/ttyd.confd
+++ /dev/null
@@ -1,4 +0,0 @@
-# conf.d file for ttyd
-
-# Please check man 1 ttyd for more information about the options
-TTYD_OPTS="-i lo -O login"
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
-}
diff --git a/www-apps/ttyd/files/ttyd.service b/www-apps/ttyd/files/ttyd.service
deleted file mode 100644
index 3315ad4..0000000
--- a/www-apps/ttyd/files/ttyd.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=ttyd daemon
-Documentation=man:ttyd(1)
-After=network.target
-
-[Service]
-EnvironmentFile=/etc/conf.d/ttyd
-ExecStart=/usr/bin/ttyd $TTYD_OPTS
-
-[Install]
-WantedBy=multi-user.target