mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
21 lines
485 B
SYSTEMD
21 lines
485 B
SYSTEMD
|
#
|
||
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
||
|
#
|
||
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
||
|
#
|
||
|
[Unit]
|
||
|
Description=Shorewall IPv6 firewall
|
||
|
After=network-online.target
|
||
|
Conflicts=ip6tables.service firewalld.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=-/etc/sysconfig/shorewall6
|
||
|
StandardOutput=syslog
|
||
|
ExecStart=/sbin/shorewall6 $OPTIONS start
|
||
|
ExecStop=/sbin/shorewall6 $OPTIONS stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|