README.systemd.server: minor bug un documentation fixed.

This commit is contained in:
Christoph 2017-12-01 14:07:02 +01:00
parent b2dbf5c6f5
commit 6c618d9571

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