summaryrefslogtreecommitdiff
path: root/community/ipset/ipset.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/ipset/ipset.service')
-rw-r--r--community/ipset/ipset.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ipset/ipset.service b/community/ipset/ipset.service
index 8c4889d3c..1af453668 100644
--- a/community/ipset/ipset.service
+++ b/community/ipset/ipset.service
@@ -1,12 +1,12 @@
[Unit]
-Description=IP Sets
+Description=Loading IP Sets
Before=iptables.service
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/usr/lib/systemd/scripts/ipset start
-ExecStop=/usr/lib/systemd/scripts/ipset stop
+ExecStart=/usr/sbin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/sbin/ipset destroy
[Install]
WantedBy=multi-user.target