forked from extern/shorewall_code
0603f8e355
Signed-off-by: Tom Eastep <teastep@shorewall.net>
24 lines
612 B
Plaintext
24 lines
612 B
Plaintext
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv6 firewall (lite)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
After=shorewall-lite.service
|
|
Conflicts=ip6tables.service firewalld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/default/shorewall6-lite
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall6-lite $OPTIONS start
|
|
ExecStop=/sbin/shorewall6-lite $OPTIONS clear
|
|
ExecReload=/sbin/shorewall6-lite $OPTIONS reload
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|