shorewall_code/Shorewall-init/shorewall-init.service.debian

21 lines
494 B
Plaintext
Raw Normal View History

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