What about the content in this previous post…
Check it out, it might be useful in your case.
chmod -R o+rx /home/frappe
and :
sudo nano /etc/supervisor/supervisord.conf
(Add these lines under [unix_http_server])
chmod=0760
chown=frappe:frappe
**restart supervisor
sudo -A systemctl restart supervisor