2014-10-09 19:00:53 +02:00
|
|
|
#
|
|
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
|
|
#
|
|
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
|
|
#
|
|
|
|
[Unit]
|
2015-05-26 18:47:28 +02:00
|
|
|
Description=Shorewall firewall (bootup security)
|
2014-10-09 19:00:53 +02:00
|
|
|
Before=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
EnvironmentFile=-/etc/sysconfig/shorewall-init
|
|
|
|
StandardOutput=syslog
|
2014-11-12 23:38:48 +01:00
|
|
|
ExecStart=/sbin/shorewall-init start
|
|
|
|
ExecStop=/sbin/shorewall-init stop
|
2014-10-09 19:00:53 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=basic.target
|