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:18 +0200
committerMichael Biebl <biebl@debian.org>2026-07-03 19:53:18 +0200
commit537bfce2bda471c92caabd388589230200891509 (patch)
treeaedeccfaf0ba52c238ecf51fc009c0db5d4b60f0 /tools/nm-guest-data
parent869e9027026cdbb15d4e4a6327ff41d2697858eb (diff)
New upstream version 1.58~rc1 upstream/1.58_rc1
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