diff options
Diffstat (limited to 'redis.service')
-rw-r--r-- | redis.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.service b/redis.service index 88e9edc..94ef85b 100644 --- a/redis.service +++ b/redis.service @@ -3,7 +3,7 @@ Description=Redis persistent key-value database After=network.target [Service] -ExecStart=/usr/bin/redis-server /etc/redis.conf --supervised systemd +ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no --supervised systemd ExecStop=/usr/libexec/redis-shutdown Type=notify User=redis |