mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
2 lines
69 B
Bash
Executable file
2 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
kill `ps ax|grep fail2ban|grep -v grep|awk '{print $1}'`
|