Adjust indents + change iptables.service

This commit is contained in:
DrXala 2017-07-20 17:12:40 +02:00
parent 8f28593112
commit b5c624eb76

View File

@ -359,8 +359,8 @@ iptables -P OUTPUT ACCEPT" > /etc/iptables/flush-iptables.sh
echo "[Unit] echo "[Unit]
Description=Packet Filtering Framework Description=Packet Filtering Framework
DefaultDependencies=no DefaultDependencies=no
After=systemd-sysctl.service Before=network-pre.target
Before=sysinit.target Wants=network-pre.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/sbin/iptables-restore /etc/iptables/iptables.rules ExecStart=/sbin/iptables-restore /etc/iptables/iptables.rules
@ -393,8 +393,8 @@ iptables -P OUTPUT ACCEPT" > /etc/iptables/flush-iptables.sh
echo "[Unit] echo "[Unit]
Description=Packet Filtering Framework Description=Packet Filtering Framework
DefaultDependencies=no DefaultDependencies=no
After=systemd-sysctl.service Before=network-pre.target
Before=sysinit.target Wants=network-pre.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/sbin/iptables-restore /etc/iptables/iptables.rules ExecStart=/sbin/iptables-restore /etc/iptables/iptables.rules