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>
|
2015-08-12 19:19:07 +02:00
|
|
|
# Copyright 2015 Tom Eastep <teastep@shorewall.net>
|
2011-08-22 15:53:04 +02:00
|
|
|
#
|
2011-08-22 15:27:23 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Shorewall IPv4 firewall (lite)
|
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=iptables.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/shorewall-lite
|
2011-08-22 15:27:23 +02:00
|
|
|
StandardOutput=syslog
|
2014-10-30 18:22:39 +01:00
|
|
|
ExecStart=/sbin/shorewall-lite $OPTIONS start $STARTOPTIONS
|
2017-03-06 20:22:55 +01:00
|
|
|
ExecStop=/sbin/shorewall-lite $OPTIONS clear
|
2015-07-26 19:58:03 +02:00
|
|
|
ExecReload=/sbin/shorewall-lite $OPTIONS reload $RELOADOPTIONS
|
2011-08-22 15:27:23 +02:00
|
|
|
|
|
|
|
[Install]
|
2014-09-23 15:43:08 +02:00
|
|
|
WantedBy=basic.target
|