[arch-commits] Commit in sshguard/trunk (sshguard.service)

Sergej Pupykin spupykin at archlinux.org
Tue Nov 11 16:15:03 UTC 2014


    Date: Tuesday, November 11, 2014 @ 17:15:03
  Author: spupykin
Revision: 122380

sshguard: remove strict dep on iptables, add after=ufw.service

Modified:
  sshguard/trunk/sshguard.service

------------------+
 sshguard.service |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: sshguard.service
===================================================================
--- sshguard.service	2014-11-11 16:11:36 UTC (rev 122379)
+++ sshguard.service	2014-11-11 16:15:03 UTC (rev 122380)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Block hacking attempts
-After=iptables.service ip6tables.service network.target
-Wants=iptables.service ip6tables.service
+After=iptables.service ip6tables.service ufw.service network.target
+#Wants=iptables.service ip6tables.service ufw.service
 
 [Service]
 ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl "-b /var/db/sshguard/blacklist.db" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10



More information about the arch-commits mailing list