This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
liuxueli-install-standalone…/redis-master-daemon.service
2018-06-21 17:38:32 +08:00

14 lines
239 B
Desktop File

[Unit]
Description=Redis Global Slave Instance
After=syslog.target
After=network.target
[Service]
Type=simple
ExecStart=/home/mesasoft/redis_master/redis_master_daemon
RestartSec=10
On-failure=always
[Install]
WantedBy=multi-user.target