From 568402d9adc6ed574ccc9545380dbf128f9d41d7 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sun, 23 Apr 2023 15:08:12 +0200 Subject: www-apps/ttyd: New ebuild --- www-apps/ttyd/files/ttyd.initd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 0000000..7e8821b --- /dev/null +++ b/www-apps/ttyd/files/ttyd.initd @@ -0,0 +1,14 @@ +#!/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