forked from extern/shorewall_code
22 lines
523 B
Plaintext
22 lines
523 B
Plaintext
|
#
|
||
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
||
|
#
|
||
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
||
|
#
|
||
|
[Unit]
|
||
|
Description=Shorewall IPv4 firewall
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
Conflicts=iptables.service firewalld.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=-/etc/sysconfig/shorewall
|
||
|
StandardOutput=syslog
|
||
|
ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS
|
||
|
ExecStop=/sbin/shorewall $OPTIONS stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|