From 5b9e0d821dd428792bd51ed03af2b800924ce69d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 12 May 2013 01:16:13 -0700 Subject: Sun May 12 01:15:39 PDT 2013 --- community/ipset/ipset.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/ipset/ipset.service') 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 -- cgit v1.2.3-54-g00ecf