This website requires JavaScript.
Explore
Register
Sign In
kernel
/
dracut
mirror of
https://git.kernel.org/pub/scm/boot/dracut/dracut.git/
Watch
1
Star
0
Fork
You've already forked dracut
0
Code
Issues
Projects
Releases
Wiki
Activity
af17f82ed9
dracut
/
modules.d
/
40network
/
kill-dhclient.sh
6 lines
105 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
for
f in /tmp/dhclient.*.pid
;
do
[
"
$f
"
!
=
"/tmp/dhclient.*.pid"
]
&&
kill
$(
cat
$f
)
done
Reference in New Issue
View Git Blame
Copy Permalink