summaryrefslogtreecommitdiffstats
path: root/debian/local/default/ttyd
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-22 20:56:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-26 08:38:11 +0000
commitcfc888941d2df3b088b69b8fb9e4e84c8bc7cdbc (patch)
treeb7b83836b0902ac1840468bb315649b93ae7ae9d /debian/local/default/ttyd
parentReleasing debian version 1.6.3-2. (diff)
downloadttyd-cfc888941d2df3b088b69b8fb9e4e84c8bc7cdbc.tar.xz
ttyd-cfc888941d2df3b088b69b8fb9e4e84c8bc7cdbc.zip
Adding /etc/default/ttyd to handle options used to start ttyd via systemd unit.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/default/ttyd')
-rw-r--r--debian/local/default/ttyd3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/default/ttyd b/debian/local/default/ttyd
new file mode 100644
index 0000000..526f877
--- /dev/null
+++ b/debian/local/default/ttyd
@@ -0,0 +1,3 @@
+# /etc/default/ttyd
+
+TTYD_OPTIONS="-i lo -p 7681 -O login"