Last active
July 20, 2016 15:06
-
-
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)
This file contains 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=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