summaryrefslogtreecommitdiff
path: root/etc/dev.d/net/hotplug.dev
diff options
context:
space:
mode:
Diffstat (limited to 'etc/dev.d/net/hotplug.dev')
-rw-r--r--etc/dev.d/net/hotplug.dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dev.d/net/hotplug.dev b/etc/dev.d/net/hotplug.dev
index ed64c08cf2..15cc5cb52e 100644
--- a/etc/dev.d/net/hotplug.dev
+++ b/etc/dev.d/net/hotplug.dev
@@ -18,6 +18,6 @@ fi
INTERFACE=$DEVNAME
export INTERFACE
if [ -f /etc/hotplug.d/default/default.hotplug ]; then
- /etc/hotplug.d/default/default.hotplug net
+ exec /etc/hotplug.d/default/default.hotplug net
fi