Ajout : shell.heureux-cyclage.org .
[lhc/ateliers.git] / etc / sv / shellinabox / run
diff --git a/etc/sv/shellinabox/run b/etc/sv/shellinabox/run
new file mode 100755 (executable)
index 0000000..f4edada
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh -eux
+exec 2>&1
+sv=${PWD#/etc/sv/}
+
+exec /usr/bin/shellinaboxd \
+ --css "/etc/shellinabox/options-available/00+Font.css" \
+ --disable-ssl \
+ --localhost-only \
+ --no-beep \
+ --numeric \
+ --port 4200 \
+ --service /:LOGIN \
+ --user-css Normal:+"/etc/shellinabox/options-available/00_White On Black.css",Reverse:-"/etc/shellinabox/options-available/00+Black on White.css" \
+ "$@"