diff --git a/README.SUSE b/README.SUSE index 18b7b10..05cca9c 100644 --- a/README.SUSE +++ b/README.SUSE @@ -18,7 +18,7 @@ Also make sure if you copy configurations from somewhere, that "daemonize" should be set to "no". 3. create the database dir: -$ install -d -m redis -g redis -m 0750 /var/lib/redis/otherapp/ +$ install -d -o redis -g redis -m 0750 /var/lib/redis/otherapp/ 4. systemctl start redis@otherapp 5. systemctl enable redis@otherapp diff --git a/redis.changes b/redis.changes index b43e01c..2efeadb 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 20 16:53:03 UTC 2016 - mamorales@suse.com + +- Fix installation example in README.SUSE + ------------------------------------------------------------------- Wed Feb 17 12:17:41 UTC 2016 - eshmarnev@suse.com