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]
|
2015-05-26 18:47:28 +02:00
|
|
|
Description=Shorewall firewall (bootup security)
|
2016-01-05 19:56:00 +01:00
|
|
|
Before=network.target
|
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-init
|
2011-08-22 15:27:23 +02:00
|
|
|
StandardOutput=syslog
|
2014-11-12 23:38:48 +01:00
|
|
|
ExecStart=/sbin/shorewall-init start
|
|
|
|
ExecStop=/sbin/shorewall-init stop
|
2011-08-22 15:27:23 +02:00
|
|
|
|
|
|
|
[Install]
|
2014-09-23 15:43:08 +02:00
|
|
|
WantedBy=basic.target
|