Update redis.service.tpl
This commit is contained in:
parent
c609d1a012
commit
0ee3682502
|
|
@ -5,7 +5,6 @@ After=network.target
|
|||
[Service]
|
||||
Type=forking
|
||||
ExecStart={$SERVER_PATH}/redis/bin/redis-server {$SERVER_PATH}/redis/redis.conf
|
||||
ExecStop={$SERVER_PATH}/redis/bin/redis-cli shutdown
|
||||
ExecReload=/bin/kill -USR2 $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue