> > I'm using uwsgi 1.4.5 in emperor-tyrant mode, currently with the > following config (uwsgi is started from an init script): > > [uwsgi] > uid = uwsgi > gid = uwsgi > umask = 022 > socket = /var/run/uwsgi/uwsgi.socket
remove the socket directive, otherwise you will spawn a worker, and the pidfile will be the one of the worker -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
