mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
3 lines
69 B
Text
3 lines
69 B
Text
|
|
#!/bin/bash
|
||
|
|
kill `ps ax|grep fail2ban|grep -v grep|awk '{print $1}'`
|