summaryrefslogtreecommitdiffstats
path: root/debian/ttyd.service
diff options
context:
space:
mode:
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