Skip to content

Instantly share code, notes, and snippets.

@tpenguinltg
Last active July 20, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpenguinltg/4cf251352358e99348df6b2aeb666c14 to your computer and use it in GitHub Desktop.
Save tpenguinltg/4cf251352358e99348df6b2aeb666c14 to your computer and use it in GitHub Desktop.
Interface-specific netplugd systemd service file (based on the service file from Fedora)
[Unit]
Description=Netplug Non-Static Network Interface Manager (interface-specific)
Documentation=man:netplugd(8)
After=network.target
[Service]
ExecStart=/sbin/netplugd -F -i %I
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment