shorewall_code/Shorewall/shorewall.service.debian

25 lines
680 B
Plaintext
Raw Permalink 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 IPv4 firewall
Documentation=man:shorewall(8)
Wants=network-online.target
After=network-online.target
Conflicts=iptables.service firewalld.service
2011-08-22 15:27:23 +02:00
[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=-/etc/default/shorewall
2011-08-22 15:27:23 +02:00
StandardOutput=syslog
ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS
ExecStop=/usr/share/shorewall/stop_service shorewall
ExecReload=/sbin/shorewall $OPTIONS reload $RELOADOPTIONS
2011-08-22 15:27:23 +02:00
[Install]
WantedBy=basic.target