mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-15 18:05:50 +00:00
8 lines
101 B
Perl
8 lines
101 B
Perl
use POSIX;
|
|
|
|
open CONFIG,'welcome.ini';
|
|
|
|
dup2(fileno(CONFIG), 17);
|
|
|
|
exec './uwsgi','--ini','fd://17';
|