summaryrefslogtreecommitdiff
path: root/redis-global-slave.service
blob: 58136a3ecd2b98853c3f7cff833fec1ab8eac9a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Redis Global Slave Instance
After=syslog.target
After=network.target

[Service]
Type=simple
ExecStart=/usr/local/bin/redis-server /home/mesasoft/redis_global_slave/redis_global_slave.conf
RestartSec=10
Restart=always

[Install]
Alias=redis-global-slave
WantedBy=multi-user.target