This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
fail2ban
mirror of
https://github.com/fail2ban/fail2ban
Watch
1
Star
0
Fork
You've already forked fail2ban
0
Code
Issues
Releases
Wiki
Activity
15158e4474
fail2ban
/
kill-server
3 lines
69 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
kill
`
ps ax
|
grep fail2ban
|
grep -v grep
|
awk
'{print $1}'
`
Reference in New Issue
View Git Blame
Copy Permalink