about summary refs log tree commit diff
path: root/tools/nm-guest-data/systemd-dhcp-host.service.in
blob: 844e766ca5a37821f4aea35ce291e0c581453abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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