Comment 5 for bug 1551415

Revision history for this message
Scott Moser (smoser) wrote :

Stefan, yeah. kill -11 "fix"es
root@test-x1:~# systemctl start networking
root@test-x1:~# pidof dhclient
1332
root@test-x1:~# kill -11 $(pidof dhclient)
root@test-x1:~# time systemctl stop networking

real 0m0.212s
user 0m0.008s
sys 0m0.000s