Update redis.service.tpl

pull/109/head
midoks 3 years ago
parent 3cdc9fd8db
commit 5a825b2263
  1. 2
      plugins/redis/init.d/redis.service.tpl

@ -3,7 +3,7 @@ Description=Redis In-Memory Data Store
After=network.target
[Service]
ExecStart={$SERVER_PATH}/redis/redis-server {$SERVER_PATH}/redis/redis.conf
ExecStart={$SERVER_PATH}/redis/bin/redis-server {$SERVER_PATH}/redis/redis.conf
ExecStop={$SERVER_PATH}/redis/redis-cli shutdown
Restart=always

Loading…
Cancel
Save