mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
14 lines
367 B
Desktop File
14 lines
367 B
Desktop File
[Unit]
|
|
Description=Packet Filtering Framework
|
|
DefaultDependencies=no
|
|
After=systemd-sysctl.service
|
|
Before=sysinit.target
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/sbin/iptables-restore /etc/iptables/iptables.rules
|
|
ExecReload=/sbin/iptables-restore /etc/iptables/iptables.rules
|
|
ExecStop=/etc/iptables/flush-iptables.sh
|
|
RemainAfterExit=yes
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|