Fix the .service comment - /etc/ipset/ipset is the default ipset config file, not /etc/sysconfig/ipset

This commit is contained in:
Warren Togami 2016-10-12 14:46:11 -07:00
parent d6f6d5459b
commit afb3301ca6

View File

@ -11,7 +11,7 @@ ExecStop=/usr/libexec/ipset/ipset.start-stop stop
ExecReload=/usr/libexec/ipset/ipset.start-stop reload
# Save current ipset entries on stop/restart.
# Value: yes|no, default: no
# Saves all ipsets to /etc/sysconfig/ipset if ipset gets stopped
# Saves all ipsets to /etc/ipset/ipset if ipset gets stopped
Environment=IPSET_SAVE_ON_STOP=no IPSET_SAVE_ON_RESTART=no
[Install]