summaryrefslogtreecommitdiffstats
path: root/redis.service
blob: 1c549b439b558d0f9a7a69c9b42367127b5893a9 (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/bin/redis-shutdown
User=redis
Group=redis

[Install]
WantedBy=multi-user.target