redis/redis.service
Christopher Meng 1bb2f79e98 SPEC cleanup
2015-08-31 17:41:30 +08:00

13 lines
244 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