Commit Graph

7 Commits

Author SHA256 Message Date
Danilo Spinella
430cbb6739 Accepting request 932205 from home:jsegitz:branches:systemdhardening:server:database
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/932205
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=187
2021-11-22 10:20:26 +00:00
Martin Pluskal
5156d2779c Accepting request 878769 from home:stroeder:branches:server:database
- replaced /var/run with /run for all PID file paths

OBS-URL: https://build.opensuse.org/request/show/878769
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=171
2021-03-18 14:23:57 +00:00
Lars Vogdt
baaf00aced Accepting request 772349 from home:darix:apps
- print instance name in the from the service files

OBS-URL: https://build.opensuse.org/request/show/772349
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=133
2020-02-08 21:38:07 +00:00
Lars Vogdt
32bb33dd29 Accepting request 652038 from home:EGDFree:branches:server:database
- update systemd unit file to fix redis shutdown immedaiate after start

OBS-URL: https://build.opensuse.org/request/show/652038
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=123
2018-11-26 16:50:24 +00:00
dbfb16fd73 Accepting request 633784 from home:darix:apps
- make check && true -> make check || true
  This was probably meant to catch an error in the test suite, but
  with && it would only return true if it would return true
  already.

- added systemd unit file file redis-sentinel
  - the unit file uses the same multiple instance mechanism as the
    normal redis unit file
    systemctl start redis-sentinel@default will look for
    /etc/redis/sentinel-default.conf
    and expects a pid file
    /var/run/redis/sentinel-default.pid
    Please make sure your sentinel config sets the pid file.
  - adapted the default sentinel.conf.example to set the pid file
    and the log file similar to the normal redis.conf:
    /var/log/redis/sentinel-<instancename>.log
    /var/run/redis/sentinel-<instancename>.pid
    The unit file checks for the pid file so please adapt your
    local sentinel configs.
    Changed: redis-conf.patch
  - adapt and restructure README.SUSE
    - move the LimitNoFile to the service file itself so the user
      do not have to manually do that step for every instance
    - move the apache integration into its own section
    - add section for redis-sentinel
  - install sentinel example config with group write permissions
    to indicate that the actually config needs to be writable.

OBS-URL: https://build.opensuse.org/request/show/633784
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=120
2018-09-06 19:15:00 +00:00
Lars Vogdt
61d79735c3 Accepting request 505518 from home:computersalat:devel:database
cleanup service file, add redis.sysctl file, add more info to README.SUSE

OBS-URL: https://build.opensuse.org/request/show/505518
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=93
2017-06-23 11:36:02 +00:00
Martin Pluskal
0b1ad96621 Accepting request 294021 from home:darix:apps
- make sure we do not daemonize
- finished systemd support
- update to 2.8.19

OBS-URL: https://build.opensuse.org/request/show/294021
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=60
2015-04-01 16:53:07 +00:00