Skip to content

Instantly share code, notes, and snippets.

@umireon
Created April 5, 2014 14:28
Show Gist options
  • Save umireon/9992695 to your computer and use it in GitHub Desktop.
Save umireon/9992695 to your computer and use it in GitHub Desktop.
The proper way to load prl_eth to create bridge device
[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