summaryrefslogtreecommitdiffstats
path: root/redis.service
blob: 3aaadb83203f59670c38c1398cdfec4c1abd184f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=A persistent key-value database
After=syslog.target network.target

[Service]
ExecStart=/usr/sbin/redis-server /etc/redis.conf
User=redis
Group=redis

[Install]
WantedBy=multi-user.target