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