Specify a different group for lxd socket

I’m trying to run lxd on a system where users are managed via ldap, so I don’t easily have the ability to add a user to the lxd group.

I see that lxd has a --group flag but its unclear how you are supposed to configure this with systemd invoking the snap service. What is the correct way to set --group for lxd running in snap under systemd?

snap set lxd daemon.group=some-name

1 Like

Perfect, thanks!