mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 22:58:52 +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
23 lines
606 B
Plaintext
23 lines
606 B
Plaintext
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv4 firewall (lite)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
Conflicts=iptables.service firewalld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/default/shorewall-lite
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall-lite $OPTIONS start $STARTOPTIONS
|
|
ExecStop=/sbin/shorewall-lite $OPTIONS stop
|
|
ExecReload=/sbin/shorewall-lite $OPTIONS reload $RELOADOPTIONS
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|