summaryrefslogtreecommitdiff
path: root/community/ipset/ipset.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/ipset/ipset.conf')
-rw-r--r--community/ipset/ipset.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/ipset/ipset.conf b/community/ipset/ipset.conf
index 686931f4c..d5d3cb699 100644
--- a/community/ipset/ipset.conf
+++ b/community/ipset/ipset.conf
@@ -1,3 +1,7 @@
-# vim:set ts=2 sw=2 ft=sh et:
+# Configuration file used to load/save configuration.
+CONFIG_FILE='/etc/ipset.conf'
+
+# Save configuration on stop/restart.
+#SAVE_ON_STOP=yes
-IPSET_CONF='/etc/ipset.conf'
+# vim:set ts=2 sw=2 ft=sh et: