dhcp: wait at most 2000 msec to kill existing dhcp process

(cherry picked from commit 4fbd42a035)
This commit is contained in:
Thomas Haller 2015-06-30 13:00:20 +02:00
parent 69294f80f7
commit cb29a2109f

View file

@ -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);
}
}