summaryrefslogtreecommitdiff
path: root/community/ipset/ipset.systemd
blob: 36df5124af609d884bafb011a0e5ab2c6fa6a780 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

. /etc/conf.d/ipset

[[ -f $IPSET_CONF ]] || exit 1
ipset restore < "$IPSET_CONF"

# vim:set ts=2 sw=2 ft=sh et: