summaryrefslogtreecommitdiffstats
path: root/redis.service
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 /redis.service
parentc8b96056bc3d95c489bad953bfa81ab08d039e0a (diff)
even simple (supervised=systemd imply daemonize=no)
Diffstat (limited to 'redis.service')
-rw-r--r--redis.service2
1 files changed, 1 insertions, 1 deletions
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