Update redis.service.tpl

pull/109/head
midoks 3 years ago
parent bb9d872cb7
commit abdf3dc959
  1. 1
      plugins/redis/init.d/redis.service.tpl

@ -3,6 +3,7 @@ Description=Redis In-Memory Data Store
After=network.target
[Service]
Type=forking
ExecStart={$SERVER_PATH}/redis/bin/redis-server {$SERVER_PATH}/redis/redis.conf
ExecStop={$SERVER_PATH}/redis/redis-cli shutdown
ExecReload=/bin/kill -USR2 $MAINPID

Loading…
Cancel
Save