Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Last active August 29, 2015 14:12
Show Gist options
  • Save rubenerd/34ed616afa8e2e72e3b6 to your computer and use it in GitHub Desktop.
Save rubenerd/34ed616afa8e2e72e3b6 to your computer and use it in GitHub Desktop.
Disable NetworkManager on CentOS 7
#!/bin/sh
chkconfig NetworkManager off
systemctl disable NetworkManager.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment