Accepting request 391089 from server:database

1

OBS-URL: https://build.opensuse.org/request/show/391089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2016-04-28 14:55:21 +00:00 committed by Git OBS Bridge
commit 6969542089
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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