summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-05 10:53:52 +0200
committerRemi Collet <remi@remirepo.net>2017-09-05 10:53:52 +0200
commit587b5fbb04af8ed04f395d7ccde850f7fdff266d (patch)
tree23a80e753e58757b82812fd84df01e4f3c37eb19
parentc8b96056bc3d95c489bad953bfa81ab08d039e0a (diff)
even simple (supervised=systemd imply daemonize=no)
-rw-r--r--redis-sentinel.service2
-rw-r--r--redis.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/redis-sentinel.service b/redis-sentinel.service
index 4af71f8..242d51a 100644
--- a/redis-sentinel.service
+++ b/redis-sentinel.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=notify
-ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --daemonize no --supervised systemd
+ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --supervised systemd
ExecStop=/usr/libexec/redis-shutdown redis-sentinel
User=redis
Group=redis
diff --git a/redis.service b/redis.service
index ccb776e..f999e88 100644
--- a/redis.service
+++ b/redis.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=notify
-ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no --supervised systemd
+ExecStart=/usr/bin/redis-server /etc/redis.conf --supervised systemd
ExecStop=/usr/libexec/redis-shutdown
User=redis
Group=redis