shorewall_code/Shorewall-init/shorewall-init.service

21 lines
491 B
SYSTEMD
Raw Normal View History

#
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
#
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
#
2011-08-22 15:27:23 +02:00
[Unit]
Description=Shorewall IPv4 firewall (bootup security)
2011-08-22 15:27:23 +02:00
Before=network.target
Conflicts=firewalld.service
2011-08-22 15:27:23 +02:00
[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=-/etc/sysconfig/shorewall-init
StandardOutput=syslog
ExecStart=/sbin/shorewall-init $OPTIONS start
ExecStop=/sbin/shorewall-init $OPTIONS stop
2011-08-22 15:27:23 +02:00
[Install]
WantedBy=basic.target