2011-08-22 15:53:04 +02:00
|
|
|
#
|
2014-09-23 15:43:08 +02:00
|
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
2011-08-22 15:53:04 +02:00
|
|
|
#
|
2014-09-23 15:43:08 +02:00
|
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
2011-08-22 15:53:04 +02:00
|
|
|
#
|
2011-08-22 15:27:23 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Shorewall IPv6 firewall
|
2015-04-11 09:50:38 +02:00
|
|
|
Wants=network-online.target
|
2014-10-09 02:28:22 +02:00
|
|
|
After=network-online.target
|
2014-09-23 15:43:08 +02:00
|
|
|
Conflicts=ip6tables.service firewalld.service
|
2011-08-22 15:27:23 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2015-07-26 19:58:03 +02:00
|
|
|
EnvironmentFile=-/etc/default/shorewall6
|
2011-08-22 15:27:23 +02:00
|
|
|
StandardOutput=syslog
|
2014-10-30 18:22:39 +01:00
|
|
|
ExecStart=/sbin/shorewall6 $OPTIONS start $STARTOPTIONS
|
2013-01-21 00:12:31 +01:00
|
|
|
ExecStop=/sbin/shorewall6 $OPTIONS stop
|
2015-07-26 19:58:03 +02:00
|
|
|
ExecReload=/sbin/shorewall6 $OPTIONS reload $RELOADOPTIONS
|
2011-08-22 15:27:23 +02:00
|
|
|
|
|
|
|
[Install]
|
2014-09-23 15:43:08 +02:00
|
|
|
WantedBy=basic.target
|