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