Error bench restart when bench setup production : supervisorctl restart frappe: frappe: ERROR (no such group) frappe: ERROR (no such group) ERROR:

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

1 Like