mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
0603f8e355
Signed-off-by: Tom Eastep <teastep@shorewall.net>
25 lines
692 B
Desktop File
25 lines
692 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
# Copyright 2017 Tom Eastep <teastep@shorewall.net>
|
|
#
|
|
[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/sysconfig/shorewall6-lite
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall -6l $OPTIONS start $STARTOPTIONS
|
|
ExecStop=/sbin/shorewall -6l $OPTIONS stop
|
|
ExecReload=/sbin/shorewall -6l $OPTIONS reload $RELOADOPTIONS
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|