2014-10-09 19:00:53 +02:00
|
|
|
#
|
|
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
|
|
#
|
|
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
2017-01-10 18:55:16 +01:00
|
|
|
# Copyright 2017 Tom Eastep <teastep@shorewall.net>
|
2014-10-09 19:00:53 +02:00
|
|
|
#
|
|
|
|
[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
|
2017-08-13 21:48:18 +02:00
|
|
|
After=shorewall-lite.service
|
2014-10-09 19:00:53 +02:00
|
|
|
Conflicts=ip6tables.service firewalld.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
EnvironmentFile=-/etc/sysconfig/shorewall6-lite
|
2017-01-10 18:55:16 +01:00
|
|
|
ExecStart=/sbin/shorewall -6l $OPTIONS start $STARTOPTIONS
|
2016-11-21 19:00:55 +01:00
|
|
|
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
|