Update redis.service.tpl

This commit is contained in:
midoks 2022-10-10 22:11:51 +08:00
parent c609d1a012
commit 0ee3682502
1 changed files with 0 additions and 1 deletions

View File

@ -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