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.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ipset/ipset.service b/community/ipset/ipset.service
index 1af453668..39183c7d7 100644
--- a/community/ipset/ipset.service
+++ b/community/ipset/ipset.service
@@ -5,8 +5,8 @@ Before=iptables.service
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/usr/sbin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/sbin/ipset destroy
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
[Install]
WantedBy=multi-user.target