From 9bdd13d12cc739432efa3f70a04952d902880fe4 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 8 Oct 2025 12:43:57 +0200 Subject: Add dhclient service --- busybox/dhclient-srv/run | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 busybox/dhclient-srv/run (limited to 'busybox/dhclient-srv/run') diff --git a/busybox/dhclient-srv/run b/busybox/dhclient-srv/run new file mode 100644 index 0000000..69e0f42 --- /dev/null +++ b/busybox/dhclient-srv/run @@ -0,0 +1,4 @@ +#!/bin/execlineb -P + +fdmove -c 2 1 +dhclient -d -- cgit v1.2.3