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:
parent
3bc21afb26
commit
7a8de390a8
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user