mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
b8581e54fa
Signed-off-by: Tom Eastep <teastep@shorewall.net>
22 lines
559 B
Desktop File
22 lines
559 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv4 firewall
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
Conflicts=iptables.service firewalld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall
|
|
ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS
|
|
ExecStop=/sbin/shorewall $OPTIONS stop
|
|
ExecReload=/sbin/shorewall $OPTIONS reload $RELOADOPTIONS
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|