Skip to content

Commit

Permalink
Don't delay deconfiguring in netctl-ifplugd (FS#67382)
Browse files Browse the repository at this point in the history
When netctl-ifplugd starts a profile that uses dhcpcd and the interface
disappears (for example because of a re-enumeration after a resume from
suspend), dhcpcd immediately exits, but ifplugd notices that the interface
reappears within a timeout and does not bother reconfiguring it.

This commit disables the ifplugd timeout. If it turns out to be needed for
buggy interfaces, we should implement the desired functionality in the
ifplugd.action script.
  • Loading branch information
joukewitteveen committed Oct 9, 2020
1 parent 65c5f55 commit 833c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=sys-subsystem-net-devices-%i.device network-pre.target

[Service]
NotifyAccess=all
ExecStart=/usr/bin/ifplugd -i %I -r /etc/ifplugd/netctl.action -bfIns
ExecStart=/usr/bin/ifplugd -i %I -r /etc/ifplugd/netctl.action -d 0 -bfIns
ExecStop=/usr/bin/ifplugd -i %I -k -W

[Install]
Expand Down

0 comments on commit 833c18a

Please sign in to comment.