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
|
2015-04-11 09:50:38 +02:00
|
|
|
Wants=network-online.target
|
2014-12-24 00:37:22 +01:00
|
|
|
After=network-online.target
|
2014-10-09 19:00:53 +02:00
|
|
|
Conflicts=iptables.service firewalld.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
EnvironmentFile=-/etc/sysconfig/shorewall
|
|
|
|
StandardOutput=syslog
|
2014-10-30 18:22:39 +01:00
|
|
|
ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS
|
2014-10-09 19:00:53 +02:00
|
|
|
ExecStop=/sbin/shorewall $OPTIONS stop
|
2015-09-10 13:15:16 +02:00
|
|
|
ExecReload=/sbin/shorewall $OPTIONS reload $RELOADOPTIONS
|
2014-10-09 19:00:53 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=basic.target
|