1 Star 0 Fork 40

Captain.Wei / redis

forked from src-openEuler / redis 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
redis-sentinel.service 268 Bytes
Copy Edit Raw Blame History
compile_success authored 2020-01-15 15:57 . modify service
[Unit]
Description=Redis Sentinel
After=network.target
[Service]
ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --supervised systemd
Type=notify
User=redis
Group=redis
RuntimeDirectory=redis
RuntimeDirectoryMode=0755
[Install]
WantedBy=multi-user.target
1
https://gitee.com/CaptainWei/redis.git
git@gitee.com:CaptainWei/redis.git
CaptainWei
redis
redis
master

Search