1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
moth/packages/inferno/service/httpd/run

8 lines
106 B
Text
Raw Normal View History

2011-08-17 14:45:07 -06:00
#! /bin/sh -e
2011-08-16 16:33:38 -06:00
exec 2>&1
ln -sf /var/www default
2012-05-10 12:32:09 -06:00
exec tcpsvd -l localhost 0 80 /opt/inferno/bin/eris -d
2011-08-16 16:33:38 -06:00