Supervisorctl restart frappe doesn't work on Apple Silicon

I’m on a Mac M2.
brew services start supervisord is what’s used to start supervisor.

bench restart
$ supervisorctl restart frappe:
frappe: ERROR (no such group)
frappe: ERROR (no such group)
ERROR: supervisorctl restart frappe:
subprocess.CalledProcessError: Command 'supervisorctl restart frappe:' returned non-zero exit status 2

@anjanesh , I have tried on my mac and worked.

sudo nano /etc/supervisor/supervisord.conf
chmod = 0760
chown = frappe:frappe 
sudo -A systemctl restart supervisor

Thanks