Skip to content

Instantly share code, notes, and snippets.

@barthol0
Last active December 19, 2020 14:44
Show Gist options
  • Select an option

  • Save barthol0/07f3c502c8390c40c744fd7d6d7a44ca to your computer and use it in GitHub Desktop.

Select an option

Save barthol0/07f3c502c8390c40c744fd7d6d7a44ca to your computer and use it in GitHub Desktop.
nordvpnd.service fails to start on linux

Problem

nordvpnd.socket: Failed to resolve group nordvpn: No such process

Fix:

sudo groupadd nordvpn
sudo usermod -aG nordvpn your_username
sudo systemctl restart nordvpnd.service
sudo systemctl restart nordvpnd.socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment