README.systemd.server: fix error in documentation
This commit is contained in:
parent
b2dbf5c6f5
commit
c75eb0052e
@ -4,7 +4,7 @@
|
||||
|
||||
# IPv4
|
||||
#
|
||||
cat <<EOF >> /etc/systemd/system/ipt-firewall.service
|
||||
cat <<EOF > /etc/systemd/system/ipt-firewall.service
|
||||
[Unit]
|
||||
Description=IPv4 Firewall with iptables
|
||||
After=network.target
|
||||
@ -22,7 +22,7 @@ EOF
|
||||
|
||||
# IPv6
|
||||
#
|
||||
cat <<EOF >> /etc/systemd/system/ip6t-firewall.service
|
||||
cat <<EOF > /etc/systemd/system/ip6t-firewall.service
|
||||
[Unit]
|
||||
Description=IPv6 Firewall with ip6tables
|
||||
After=network.target
|
||||
|
Loading…
Reference in New Issue
Block a user