summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:15:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:15:56 +0000
commit5696d7cfc1e766ca1331c59386c5b72783dff1fe (patch)
tree2117b07147a5a2906eb5a0070aa307c90507e66b
parentUpdating to standards-version 4.7.0. (diff)
downloadttyd-5696d7cfc1e766ca1331c59386c5b72783dff1fe.tar.xz
ttyd-5696d7cfc1e766ca1331c59386c5b72783dff1fe.zip
Starting ttyd by default in read-write mode (ttyd 1.7.4 changed to read-only default which makes sense as a general default, in Debian ttyd is by default started on localhost only and requireing login).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/default/ttyd2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/default/ttyd b/debian/local/default/ttyd
index 526f877..f18d17a 100644
--- a/debian/local/default/ttyd
+++ b/debian/local/default/ttyd
@@ -1,3 +1,3 @@
# /etc/default/ttyd
-TTYD_OPTIONS="-i lo -p 7681 -O login"
+TTYD_OPTIONS="-i lo -p 7681 -O login -W"