# # The Shoreline Firewall (Shorewall) Packet Filtering Firewall # # Copyright 2011 Jonathan Underwood # [Unit] Description=Shorewall IPv6 firewall After=network-online.target Conflicts=ip6tables.service firewalld.service [Service] Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall6 StandardOutput=syslog ExecStart=/sbin/shorewall6 $OPTIONS start ExecStop=/sbin/shorewall6 $OPTIONS stop [Install] WantedBy=basic.target