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

[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/ipset start
ExecStop=/usr/sbin/ipset destroy
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
Before=iptables.service