17 lines
316 B
Desktop File
17 lines
316 B
Desktop File
[Unit]
|
|
Description=Redis persistent key-value database
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/redis-server /etc/redis.conf --supervised systemd
|
|
ExecStop=/usr/libexec/redis-shutdown
|
|
Type=notify
|
|
User=redis
|
|
Group=redis
|
|
RuntimeDirectory=redis
|
|
RuntimeDirectoryMode=0755
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|