shorewall.systemd 568 B

123456789101112131415161718192021
  1. #
  2. # The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V5.0
  3. #
  4. [Unit]
  5. Description=Shorewall IPv4 firewall
  6. Documentation=man:shorewall(8) http://www.shorewall.net/Documentation_Index.html
  7. Wants=network-online.target
  8. After=network-online.target
  9. Conflicts=iptables.service firewalld.service iptables-restore.service
  10. [Service]
  11. Type=oneshot
  12. RemainAfterExit=yes
  13. EnvironmentFile=/etc/conf.d/shorewall
  14. StandardOutput=syslog
  15. ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS
  16. ExecStop=/sbin/shorewall $OPTIONS stop $STOPOPTIONS
  17. [Install]
  18. WantedBy=basic.target