blob: 041316e45765737fbf9b1e83869f5cd6250f5cf6 [file] [log] [blame]
Brad Bishopa34c0302019-09-23 22:34:48 -04001[Unit]
2Description=Packet Filtering Framework
3Before=network-pre.target
4Wants=network-pre.target
5
6[Service]
7Type=oneshot
8ExecStart=@SBINDIR@/iptables-restore /etc/iptables/iptables.rules
9ExecReload=@SBINDIR@/iptables-restore /etc/iptables/iptables.rules
10RemainAfterExit=yes
11
12[Install]
13WantedBy=multi-user.target