20 lines
503 B
Text
20 lines
503 B
Text
|
#
|
||
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.6
|
||
|
#
|
||
|
[Unit]
|
||
|
Description=shorewall-init
|
||
|
Documentation=http://www.shorewall.net/Shorewall-init.html
|
||
|
Before=network-pre.target
|
||
|
Wants=network-pre.target
|
||
|
Conflicts=iptables.service ip6tables.service firewalld.service iptables-restore.service ip6tables-restore.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
StandardOutput=syslog
|
||
|
ExecStart=/sbin/shorewall-init start
|
||
|
ExecStop=/sbin/shorewall-init stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|