README.systemd.server: fix error in documentation

This commit is contained in:
Christoph 2017-11-30 05:29:48 +01:00
parent b2dbf5c6f5
commit c75eb0052e

View File

@ -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