Restarting Dgraph server installed as systemctl service gives error

I believe this is a user issue. You’re running Dgraph as a different user from your current logged in user right?

sudo groupadd --system dgraph
sudo useradd --system -d /var/run/dgraph -s /bin/false -g dgraph dgraph

^ you ran this?

2 Likes