summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:20:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:20:37 +0000
commit18e0f885bb50b1e5c543a937f95eae15509bcaeb (patch)
tree35c7b8fd6dfcb01b3469773610a68bf5618d6e0f
parentReleasing debian version 1.7.7-1. (diff)
downloadttyd-18e0f885bb50b1e5c543a937f95eae15509bcaeb.tar.xz
ttyd-18e0f885bb50b1e5c543a937f95eae15509bcaeb.zip
Moving writable startup-option to the front as apparently order matters.
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 f18d17a..5a43f67 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 -W"
+TTYD_OPTIONS="-W -i lo -p 7681 -O login"