From ed39c4df2576b64af859e4a8b3720323f4b22cae Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jun 12 2013 22:44:15 +0000 Subject: Remove systemd files --- diff --git a/fail2ban-tmpfiles.conf b/fail2ban-tmpfiles.conf deleted file mode 100644 index 3fd783f..0000000 --- a/fail2ban-tmpfiles.conf +++ /dev/null @@ -1 +0,0 @@ -D /var/run/fail2ban 0755 root root - \ No newline at end of file diff --git a/fail2ban.service b/fail2ban.service deleted file mode 100644 index 35d7fc8..0000000 --- a/fail2ban.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Fail2ban Service - -[Service] -Type=forking -ExecStart=/usr/bin/fail2ban-client -x start -ExecStop=/usr/bin/fail2ban-client stop -ExecReload=/usr/bin/fail2ban-client reload -Restart=always - -[Install] -WantedBy=network.target