Created
April 5, 2014 14:28
-
-
Save umireon/9992695 to your computer and use it in GitHub Desktop.
The proper way to load prl_eth to create bridge device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Load Parallels Desktop's Ethernet Driver | |
Before=NetworkManager.service | |
[Service] | |
Type=oneshot | |
ExecStart=modprobe prl_eth | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment