Delete iptables.service

This commit is contained in:
Bill Zimmerman 2020-03-22 15:01:14 +01:00 committed by GitHub
parent bd1dd0a671
commit 3e13971012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
[Unit]
Description=Packet Filtering Framework
DefaultDependencies=no
After=systemd-sysctl.service
Before=sysinit.target
[Service]
Type=oneshot
ExecStart=/sbin/iptables-restore /etc/iptables.raspap.rules
ExecReload=/sbin/iptables-restore /etc/iptables.raspap.rules
ExecStop=/etc/iptables/flush-iptables.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target