Skip to content

Instantly share code, notes, and snippets.

@msnoigrs
Created September 12, 2014 11:35
Show Gist options
  • Save msnoigrs/ada6438f667e9ffbeb98 to your computer and use it in GitHub Desktop.
Save msnoigrs/ada6438f667e9ffbeb98 to your computer and use it in GitHub Desktop.
[Unit]
Description=Set %i interface in promiscuous mode
After=network.target
Before=systemd-networkd.service
[Service]
Type=oneshot
ExecStart=/bin/ip link set dev %i promisc on
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment