diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-13 10:27:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-13 10:27:13 +0100 |
commit | 7ec0ffaaae344e278a7f4f483c712ff7b5be4340 (patch) | |
tree | 9254c455243f70eb2afe7f0e5483681fe5e27b5f /redis-limit | |
parent | a355b24ed1756ab91ce171463a4afdb8737ebbbc (diff) |
redis: also provides /etc/systemd/system/redis-sentinel.service.d/limit.conf
Diffstat (limited to 'redis-limit')
-rw-r--r-- | redis-limit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redis-limit b/redis-limit index 969d6e8..8003c2f 100644 --- a/redis-limit +++ b/redis-limit @@ -1,6 +1,6 @@ # If you need to change max open file limit -# for example, when you change maxclient in redis.conf -# you can change the LimitNOFILE above value +# for example, when you change maxclient in configuration +# you can change the LimitNOFILE value below # see "man systemd.exec" for information [Service] |