shorewall_code/Shorewall/shorewall.service

21 lines
469 B
SYSTEMD
Raw Normal View History

#
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.4
#
# Copyright 2011 Jonathan Underwood (jonathan.underwood@gmail.com)
#
2011-08-22 15:27:23 +02:00
[Unit]
Description=Shorewall IPv4 firewall
After=syslog.target
After=network.target
2011-08-22 15:27:23 +02:00
[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=-/etc/sysconfig/shorewall
StandardOutput=syslog
ExecStart=/usr/sbin/shorewall $OPTIONS start
ExecStop=/usr/sbin/shorewall $OPTIONS stop
2011-08-22 15:27:23 +02:00
[Install]
WantedBy=multi-user.target