redis/redis.service
Haïkel Guémar cb253899f7 Update to 2.8.15
Sentinel 1 is broken by design according upstream
2014-12-05 13:50:58 +01:00

14 lines
245 B
Desktop File

[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