Advertisement
Guest User

ipblock.service

a guest
May 25th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [Unit]
  2. Description=a Linux application for blocking connections to and from a specified range of hosts using the netfilter netlink-queue library.
  3. After=ufw.service
  4.  
  5. [Service]
  6. Type=forking
  7. PIDFile=/var/run/iplist.pid
  8. ExecStartPre=/usr/sbin/iplist -b -r /var/run/iplist.pid
  9. ExecStart=/usr/sbin/ipblock -s -u
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement