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]
|
2014-09-23 15:43:08 +02:00
|
|
|
Description=Shorewall IPv4 firewall (bootup security)
|
2011-08-22 15:27:23 +02:00
|
|
|
Before=network.target
|
2014-09-23 15:43:08 +02:00
|
|
|
Conflicts=firewalld.service
|
2011-08-22 15:27:23 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
EnvironmentFile=-/etc/sysconfig/shorewall-init
|
|
|
|
StandardOutput=syslog
|
2013-07-24 17:10:27 +02:00
|
|
|
ExecStart=/sbin/shorewall-init $OPTIONS start
|
|
|
|
ExecStop=/sbin/shorewall-init $OPTIONS stop
|
2011-08-22 15:27:23 +02:00
|
|
|
|
|
|
|
[Install]
|
2014-09-23 15:43:08 +02:00
|
|
|
WantedBy=basic.target
|