[arch-commits] Commit in redis/trunk (3 files)

Frederik Schwan freswa at gemini.archlinux.org
Tue Feb 22 11:01:54 UTC 2022


    Date: Tuesday, February 22, 2022 @ 11:01:54
  Author: freswa
Revision: 1135851

move `supervised systemd` arg from config to service file

Modified:
  redis/trunk/PKGBUILD
  redis/trunk/redis.conf-sane-defaults.patch
  redis/trunk/redis.service

--------------------------------+
 PKGBUILD                       |    6 +++---
 redis.conf-sane-defaults.patch |    9 ---------
 redis.service                  |    2 +-
 3 files changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 09:03:02 UTC (rev 1135850)
+++ PKGBUILD	2022-02-22 11:01:54 UTC (rev 1135851)
@@ -7,7 +7,7 @@
 
 pkgname=redis
 pkgver=6.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='An in-memory database that persists on disk'
 arch=('x86_64')
 url='https://redis.io/'
@@ -26,11 +26,11 @@
         redis.conf-sane-defaults.patch
         redis-5.0-use-system-jemalloc.patch)
 sha512sums=('33dccbc511916ceb6793b0ba74f9639a2b3cf90334dc4a44a78256aa651cd60d12f848ab425f2ca6c64c138159657c3eadc600f49ce2dc6a8b444943491706c1'
-            '749c5eecfd6cd2ed949302672c20a7972dbef3a4b971ed569eb064362d7f20434b5c39077f665e178394158b5200375bc2e56614682fa08dbf99e868a9b75783'
+            '8abf27f173a4532295dafd91b8e6e226e4376f1b2543c911e4fa60466d50523ada4dcfe520a738fd756c5725f4319153a0c0b26f6cdba234775114c72e4e7865'
             '2314c26920f5f0989fb98622f594b621a0b5035525146263da3fdfe640257118e03fc1903c15a62bcd4fbf260e0dcbf9249088292323739a607a11c9630795bf'
             '2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
             '6a817024df70213205159de8350c684684d7dbda568c35a0a3d654bab0b91ec62d60b1a2aac6e1ffbe24040df4033b37a77361357834c572759f2d3c76d16ac0'
-            '9c43c858270d72cf5251d8226b0113f83c1749ad39b8ba286b7f90f05ad666d62ae7e17dc41a2d0a7bec833d65c98c7a3f12a30a93a28f0b1ab1c5a9e9a04a73'
+            'f45b5d20769159faeeb705e1bb9e4fdc3d74c0779b476cada829bfb49014c6ba6cd78d1d2751bf39acb6db4528281e9cab3aca684cadf687eb5fad10c7453154'
             '0acb08a6e0eaba239db7461bcfeddfbe0c1aaa517dc33c3918c9e991a1d5067cfe135b7f75085caade8c3ababd51ec9cefcc4120f57818bea1f7029a548a7732')
 
 prepare() {

Modified: redis.conf-sane-defaults.patch
===================================================================
--- redis.conf-sane-defaults.patch	2022-02-22 09:03:02 UTC (rev 1135850)
+++ redis.conf-sane-defaults.patch	2022-02-22 11:01:54 UTC (rev 1135851)
@@ -2,15 +2,6 @@
 index 465d56fc0..9c1bd1ed1 100644
 --- a/redis.conf
 +++ b/redis.conf
-@@ -262,7 +262,7 @@ daemonize no
- # The default is "no". To run under upstart/systemd, you can simply uncomment
- # the line below:
- #
--# supervised auto
-+supervised systemd
- 
- # If a pid file is specified, Redis writes it where specified at startup
- # and removes it at exit.
 @@ -441,7 +441,7 @@ rdb-del-sync-files no
  # The Append Only File will also be created inside this directory.
  #

Modified: redis.service
===================================================================
--- redis.service	2022-02-22 09:03:02 UTC (rev 1135850)
+++ redis.service	2022-02-22 11:01:54 UTC (rev 1135851)
@@ -6,7 +6,7 @@
 Type=notify
 User=redis
 Group=redis
-ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
+ExecStart=/usr/bin/redis-server /etc/redis/redis.conf --supervised systemd
 TimeoutStartSec=60
 TimeoutStopSec=60
 CapabilityBoundingSet=



More information about the arch-commits mailing list