1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=IP Sets Before=iptables.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/lib/systemd/scripts/ipset start ExecStop=/usr/lib/systemd/scripts/ipset stop [Install] WantedBy=multi-user.target