2014-10-09 19:00:53 +02:00
|
|
|
#
|
|
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
|
|
#
|
|
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
|
|
#
|
|
|
|
[Unit]
|
|
|
|
Description=Shorewall IPv4 firewall (lite)
|
|
|
|
After=network.target
|
|
|
|
Conflicts=iptables.service firewalld.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
EnvironmentFile=-/etc/sysconfig/shorewall-lite
|
|
|
|
StandardOutput=syslog
|
2014-10-30 18:22:39 +01:00
|
|
|
ExecStart=/sbin/shorewall-lite $OPTIONS start $STARTOPTIONS
|
2014-10-09 19:00:53 +02:00
|
|
|
ExecStop=/sbin/shorewall-lite $OPTIONS stop
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=basic.target
|