Files
Roberto De Ioris 09fe2960b5 another cleanup
2012-12-28 14:32:27 +01:00

8 lines
101 B
Perl

use POSIX;
open CONFIG,'welcome.ini';
dup2(fileno(CONFIG), 17);
exec './uwsgi','--ini','fd://17';