summaryrefslogtreecommitdiffstats
path: root/debian/ttyd.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 11:32:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 11:32:38 +0000
commit0409e98822a933e551cbbbfa6ac9542cc24f3be6 (patch)
tree097218ff5e3cc0be95fa098f9f6a7b7e8f083e2f /debian/ttyd.service
parentAdding TODO file. (diff)
downloadttyd-0409e98822a933e551cbbbfa6ac9542cc24f3be6.tar.xz
ttyd-0409e98822a933e551cbbbfa6ac9542cc24f3be6.zip
Updating.tmp-apache2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/ttyd.service')
-rw-r--r--debian/ttyd.service5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/ttyd.service b/debian/ttyd.service
index 25956c7..516d851 100644
--- a/debian/ttyd.service
+++ b/debian/ttyd.service
@@ -5,9 +5,8 @@ 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
+ExecStart=/bin/ttyd -i lo -p 7681 -O login
+ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
LimitNOFILE=512
LimitMEMLOCK=infinity