I've installed Memgraph inside WSL:
wget https://download.memgraph.com/memgraph/v2.10.0/ubuntu-20.04/memgraph_2.10.0-1_amd64.deb
sudo dpkg -i memgraph_2.10.0-1_amd64.deb
I've noticed a new user in my /etc/passwd
(memgraph:x:114:122::/var/lib/memgraph:/bin/bash
) and /etc/shadow
(memgraph:*:19587:0:99999:7:::
)
What is the purpose of this user?