forked from extern/shorewall_code
8cddba1e15
Signed-off-by: Tom Eastep <teastep@shorewall.net>
22 lines
520 B
Desktop File
22 lines
520 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
#
|
|
[Unit]
|
|
Description=Shorewall firewall (bootup security)
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
Conflicts=iptables.service firewalld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall-init
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall-init start
|
|
ExecStop=/sbin/shorewall-init stop
|
|
|
|
[Install]
|
|
WantedBy=network-pre.target
|