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 (lite)
|
2023-01-16 23:57:28 +01:00
|
|
|
Documentation=man:shorewall6-lite(8)
|
2015-04-11 09:50:38 +02:00
|
|
|
Wants=network-online.target
|
2014-10-09 02:28:22 +02:00
|
|
|
After=network-online.target
|
2017-08-13 21:48:18 +02:00
|
|
|
After=shorewall-lite.service
|
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-lite
|
2011-08-22 15:27:23 +02:00
|
|
|
StandardOutput=syslog
|
2013-01-21 00:12:31 +01:00
|
|
|
ExecStart=/sbin/shorewall6-lite $OPTIONS start
|
2023-01-31 22:52:42 +01:00
|
|
|
ExecStop=/usr/share/shorewall/stop_service shorewall6-lite
|
2015-07-26 19:58:03 +02:00
|
|
|
ExecReload=/sbin/shorewall6-lite $OPTIONS reload
|
2011-08-22 15:27:23 +02:00
|
|
|
|
|
|
|
[Install]
|
2014-09-23 15:43:08 +02:00
|
|
|
WantedBy=basic.target
|