summaryrefslogtreecommitdiff
path: root/contrib/xinetd_uwsgi
blob: 4f2f65d72a56bb2b05339b2bb26d651e5fe07358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
service uwsgi
{
        disable         = no
        id              = uwsgi-000
        type            = UNLISTED
        socket_type     = stream
        server          = /root/uwsgi/uwsgi
        server_args     = --chdir /root/uwsgi/ --module welcome --logto /tmp/uwsgi.log
        port            = 3031
        bind            = 127.0.0.1
        user            = root
        wait            = yes
}