about summary refs log tree commit diff
path: root/tools/nm-guest-data
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-07-03 19:53:23 +0200
committerMichael Biebl <biebl@debian.org>2026-07-03 19:53:23 +0200
commitaa308069bebf2d5a3200728caa69a76137c03d8b (patch)
treec0ba2281e801c4720a0d8a5e5ee943688234f088 /tools/nm-guest-data
parent0a4b2c29da4ccf259bbcea3298d15abebb94348f (diff)
parent537bfce2bda471c92caabd388589230200891509 (diff)
Update upstream source from tag 'upstream/1.58_rc1'
Update to upstream version '1.58~rc1'
with Debian dir 451489c9234e2b6b7c2f41ca6670287ea3ac3efd
Diffstat (limited to 'tools/nm-guest-data')
-rw-r--r--tools/nm-guest-data/systemd-dhcp-host.service.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/nm-guest-data/systemd-dhcp-host.service.in b/tools/nm-guest-data/systemd-dhcp-host.service.in
deleted file mode 100644
index 844e766c..00000000
--- a/tools/nm-guest-data/systemd-dhcp-host.service.in
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=dhclient service to get connectivity with the host
-After=network.target
-
-[Service]
-Type=simple
-Restart=on-failure
-User=root
-RestartSec=5
-ExecStart=dhclient -d host_net
-ExecStop=dhclient -r host_net
-
-[Install]
-WantedBy=multi-user.target