From 4fbd42a0355c1a2438edd869908b1616b328af6c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 30 Jun 2015 13:00:20 +0200 Subject: dhcp: wait at most 2000 msec to kill existing dhcp process --- src/dhcp-manager/nm-dhcp-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcp-manager/nm-dhcp-client.c b/src/dhcp-manager/nm-dhcp-client.c index a59abdc3bb..aa5df9908a 100644 --- a/src/dhcp-manager/nm-dhcp-client.c +++ b/src/dhcp-manager/nm-dhcp-client.c @@ -604,7 +604,7 @@ nm_dhcp_client_stop_existing (const char *pid_file, const char *binary_name) if (!strcmp (exe, binary_name)) nm_utils_kill_process_sync (tmp, start_time, SIGTERM, LOGD_DHCP, - "dhcp-client", 1000 / 2, 1000 / 20, 0); + "dhcp-client", 1000 / 2, 1000 / 20, 2000); } } -- cgit v1.2.1