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/dependencies | 1 + busybox/dhclient-srv/producer-for | 1 + busybox/dhclient-srv/run | 4 ++++ busybox/dhclient-srv/type | 1 + 4 files changed, 7 insertions(+) create mode 100644 busybox/dhclient-srv/dependencies create mode 100644 busybox/dhclient-srv/producer-for create mode 100644 busybox/dhclient-srv/run create mode 100644 busybox/dhclient-srv/type (limited to 'busybox/dhclient-srv') diff --git a/busybox/dhclient-srv/dependencies b/busybox/dhclient-srv/dependencies new file mode 100644 index 0000000..ecd88ae --- /dev/null +++ b/busybox/dhclient-srv/dependencies @@ -0,0 +1 @@ +hostname diff --git a/busybox/dhclient-srv/producer-for b/busybox/dhclient-srv/producer-for new file mode 100644 index 0000000..a31a7b2 --- /dev/null +++ b/busybox/dhclient-srv/producer-for @@ -0,0 +1 @@ +dhclient-log 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 diff --git a/busybox/dhclient-srv/type b/busybox/dhclient-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/busybox/dhclient-srv/type @@ -0,0 +1 @@ +longrun -- cgit v1.2.3