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.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www-apps/ttyd/files/ttyd.service (limited to 'www-apps/ttyd/files/ttyd.service') diff --git a/www-apps/ttyd/files/ttyd.service b/www-apps/ttyd/files/ttyd.service new file mode 100644 index 0000000..3315ad4 --- /dev/null +++ b/www-apps/ttyd/files/ttyd.service @@ -0,0 +1,11 @@ +[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 -- cgit v1.2.3