@clauded : rebooting the system did nothing !
And @clauded and also @ReillyBrogan, I didn't think of systemd services since lxd's documentation did not mention any (my excuse 🙂 ).
After the reboot it's still :
sudo systemctl status lxd
â—‹ lxd.service - LXD Container Hypervisor
Loaded: loaded (/usr/lib/systemd/system/lxd.service; enabled; vendor preset: enabled)
Active: inactive (dead)
TriggeredBy: â—‹ lxd.socket
Docs: man:lxd(1)
What I did was enable the service:
sudo systemctl enable lxd
sudo systemctl status lxd
â—‹ lxd.service - LXD Container Hypervisor
Loaded: loaded (/usr/lib/systemd/system/lxd.service; enabled; vendor preset: enabled)
Active: inactive (dead)
TriggeredBy: â—‹ lxd.socket
Docs: man:lxd(1)
Then reboot again, run sudo lxd init
and only after that everything was running properly !
Thank you both