mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
cecc81ce82
- make the .214 versions the default and remove the ones name *.214 - Add 'ExecReload' to all but Shorewall-init - Create Debian-specific versions with /etc/default rather than /etc/sysconfig
22 lines
514 B
Desktop File
22 lines
514 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
#
|
|
[Unit]
|
|
Description=Shorewall firewall (bootup security)
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
Conflicts=iptables.service firewalld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall-init
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall-init start
|
|
ExecStop=/sbin/shorewall-init stop
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|