Ajout : shell.heureux-cyclage.org .
[lhc/ateliers.git] / etc / sv / shellinabox / run
1 #!/bin/sh -eux
2 exec 2>&1
3 sv=${PWD#/etc/sv/}
4
5 exec /usr/bin/shellinaboxd \
6 --css "/etc/shellinabox/options-available/00+Font.css" \
7 --disable-ssl \
8 --localhost-only \
9 --no-beep \
10 --numeric \
11 --port 4200 \
12 --service /:LOGIN \
13 --user-css Normal:+"/etc/shellinabox/options-available/00_White On Black.css",Reverse:-"/etc/shellinabox/options-available/00+Black on White.css" \
14 "$@"