summaryrefslogtreecommitdiff
path: root/community/ipset/ipset.service
blob: 39183c7d7d7ac99df37e55ef304d7f36d236754f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Loading IP Sets
Before=iptables.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
ExecStop=/usr/bin/ipset destroy

[Install]
WantedBy=multi-user.target