mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
2778e8c6b5
Signed-off-by: Tom Eastep <teastep@shorewall.net>
21 lines
494 B
Plaintext
21 lines
494 B
Plaintext
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
|
#
|
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
|
# Copyright 2015 Tom Eastep <teastep@shorewall.net>
|
|
#
|
|
[Unit]
|
|
Description=Shorewall firewall (bootup security)
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/default/shorewall-init
|
|
StandardOutput=syslog
|
|
ExecStart=/sbin/shorewall-init start
|
|
ExecStop=/sbin/shorewall-init stop
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|