1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=Loading IP Sets Before=iptables.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore ExecStop=/usr/bin/ipset destroy [Install] WantedBy=multi-user.target