summaryrefslogtreecommitdiff
path: root/www-apps/ttyd/files/ttyd.service
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2023-04-23 15:08:12 +0200
committerMarcin Deranek <marcin.deranek@booking.com>2023-04-23 15:08:24 +0200
commit568402d9adc6ed574ccc9545380dbf128f9d41d7 (patch)
tree3f3ebc1fbbf2a64f9def6f702817b025e2476d77 /www-apps/ttyd/files/ttyd.service
parentc7ab3870d0d07fe24ce0dfdd3c480b8dc9799b1b (diff)
downloadportage-568402d9adc6ed574ccc9545380dbf128f9d41d7.tar.gz
portage-568402d9adc6ed574ccc9545380dbf128f9d41d7.tar.bz2
portage-568402d9adc6ed574ccc9545380dbf128f9d41d7.zip
www-apps/ttyd: New ebuild
Diffstat (limited to 'www-apps/ttyd/files/ttyd.service')
-rw-r--r--www-apps/ttyd/files/ttyd.service11
1 files changed, 11 insertions, 0 deletions
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