2014-10-09 19:00:53 +02:00
|
|
|
#
|
|
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
|
|
#
|
|
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
|
|
#
|
|
|
|
[Unit]
|
|
|
|
Description=Shorewall IPv6 firewall (lite)
|
2015-04-11 09:50:38 +02:00
|
|
|
Wants=network-online.target
|
2014-12-24 00:37:22 +01:00
|
|
|
After=network-online.target
|
2014-10-09 19:00:53 +02:00
|
|
|
Conflicts=ip6tables.service firewalld.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
EnvironmentFile=-/etc/sysconfig/shorewall6-lite
|
|
|
|
StandardOutput=syslog
|
2016-11-21 19:00:55 +01:00
|
|
|
ExecStart=/sbin/shorewal -6l $OPTIONS start $STARTOPTIONS
|
|
|
|
ExecStop=/sbin/shorewall -6l $OPTIONS stop
|
|
|
|
ExecReload=/sbin/shorewall -6l $OPTIONS reload $RELOADOPTIONS
|
2014-10-09 19:00:53 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=basic.target
|