diff options
| -rw-r--r-- | data/templates/dhcp-client/override.conf.j2 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/data/templates/dhcp-client/override.conf.j2 b/data/templates/dhcp-client/override.conf.j2 index 03fd71bf1..d09320270 100644 --- a/data/templates/dhcp-client/override.conf.j2 +++ b/data/templates/dhcp-client/override.conf.j2 @@ -10,6 +10,6 @@ ConditionPathExists={{ isc_dhclient_dir }}/dhclient_%i.conf  ExecStart=  ExecStart={{ vrf_command }}/sbin/dhclient -4 {{ dhclient_options }} {{ ifname }}  ExecStop= -ExecStop=/sbin/dhclient -4 -r {{ dhclient_options }} {{ ifname }} +ExecStop={{ vrf_command }}/sbin/dhclient -4 -r {{ dhclient_options }} {{ ifname }}  WorkingDirectory={{ isc_dhclient_dir }}  PIDFile={{ isc_dhclient_dir }}/dhclient_%i.pid | 
