> Changing pidfile to pidfile2 fixed the problem. > > But uwsgi writing pid twice still seems a little strange.
daemonization involves changing the pid at least two times. As the user could install hooks before daemonization, it is good to have both available in the pidfile (obviously at different times) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
