Hi,

May I suggest attaching strace to your systemd unit?

[Service]
ExecStart=/usr/bin/strace -o /tmp/strace -vvfftt -e trace=%process -s
5000 /usr/sbin/uwsgi --ini /opt/ae-dir/etc/uwsgi/web2ldap.ini

With something similar to this you should be able to see in
/tmp/strace what and how / where is executing bash.


If I had to guess, something probably uses system() and you have
/bin/sh linked to bash.

-- 
Krzysztof Warzecha
_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to