Advertisement
Guest User

banlist.service

a guest
Jul 24th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [Unit]
  2. Description=ipset firewall banlist
  3. After=firewalld.service
  4. After=iptables.service
  5. After=ip6tables.service
  6. Before=ipset.service
  7.  
  8. [Service]
  9. Type=oneshot
  10. RemainAfterExit=yes
  11. ExecStartPre=/usr/local/libexec/banlist.start-stop wait
  12. ExecStart=/usr/local/libexec/banlist.start-stop start
  13. ExecStop=/usr/local/libexec/banlist.start-stop stop
  14. ExecReload=/usr/local/libexec/banlist.start-stop reload
  15.  
  16. [Install]
  17. WantedBy=basic.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement