Skip to content

Instantly share code, notes, and snippets.

@libcrack
Last active February 6, 2016 09:51
Show Gist options
  • Save libcrack/ac4e766b8bf854dc7243 to your computer and use it in GitHub Desktop.
Save libcrack/ac4e766b8bf854dc7243 to your computer and use it in GitHub Desktop.
## Disable NetworkManager
1. Remove the files `/usr/share/dbus-1/system-services/org.freedesktop.NetworkManager.service`
2. Comment the below line from `/usr/lib/systemd/system/NetworkManager.service`
```bash
Alias=dbus-org.freedesktop.NetworkManager.service
```
3.Remove the symlink `/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment