Accepting request 390834 from home:mamorales:branches:server:database

Fix installation example in README.SUSE

OBS-URL: https://build.opensuse.org/request/show/390834
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=76
This commit is contained in:
Martin Pluskal 2016-04-21 04:32:12 +00:00 committed by Git OBS Bridge
parent 3bc21afb26
commit 7a8de390a8
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