mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
bf6ea13898
Signed-off-by: Tom Eastep <teastep@shorewall.net>
21 lines
464 B
Desktop File
21 lines
464 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.4
|
|
#
|
|
# Copyright 2011 Jonathan Underwood (jonathan.underwood@gmail.com)
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv6 firewall
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall6
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall6 $OPTIONS start
|
|
ExecStop=/sbin/shorewall6 $OPTIONS stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|