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