blob: 75e763538543249a8dbefe283a87b6ce28984c4b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/command/execlineb -P
fdmove -c 2 1
s6-envdir /etc/env-network
cd /home/public
importas -uSi ETH0_IP4
emptyenv -p
s6-envuidgid public
fdmove 1 3
s6-tcpserver -v -U -c 512 -1 -- ${ETH0_IP4} 80
tipideed
|