From db1cb443e03f2b1e5176fa07b28b7f2cb547c0e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:54:31 +0200 Subject: Adding debian version 1.7.4-1. Signed-off-by: Daniel Baumann --- debian/ttyd.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/ttyd.service (limited to 'debian/ttyd.service') diff --git a/debian/ttyd.service b/debian/ttyd.service new file mode 100644 index 0000000..25956c7 --- /dev/null +++ b/debian/ttyd.service @@ -0,0 +1,17 @@ +[Unit] +Description=ttyd daemon +Documentation=man:ttyd(1) +After=network.target systemd-tmpfiles-clean.service + +[Service] +Type=simple +EnvironmentFile=/etc/default/ttyd +ExecStart=/usr/bin/ttyd $TTYD_OPTIONS +ExecReload=/usr/bin/kill -HUP $MAINPID +KillMode=process +LimitNOFILE=512 +LimitMEMLOCK=infinity +LimitSTACK=infinity + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3