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

[Service]
ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no
ExecStop=/usr/libexec/redis-shutdown
User=redis
Group=redis

[Install]
WantedBy=multi-user.target