fail2ban/kill-server

3 lines
69 B
Bash
Executable File

#!/bin/bash
kill `ps ax|grep fail2ban|grep -v grep|awk '{print $1}'`