mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-11-18 02:05:12 +00:00
Adjust indents + change iptables.service
This commit is contained in:
parent
8f28593112
commit
b5c624eb76
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user