blob: b7791d0df445b3a6973a62162e4f6fa38855b8f6 [file] [log] [blame]
[Unit]
Description=Redis In-Memory Data Store
After=network.target
[Service]
User=redis
Group=redis
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
ExecStop=/usr/bin/redis-cli shutdown
Restart=always
LimitNOFILE=10032
Type=notify
StateDirectory=redis
[Install]
WantedBy=multi-user.target