617715f9da
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/redis.git#e946b7e0cd1311dae3cc19195ed2d17b163ac5c7
19 lines
393 B
Desktop File
19 lines
393 B
Desktop File
[Unit]
|
|
Description=Redis persistent key-value database
|
|
After=network.target
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf --daemonize no --supervised systemd
|
|
ExecStop=/usr/libexec/redis-shutdown
|
|
Type=notify
|
|
User=redis
|
|
Group=redis
|
|
RuntimeDirectory=redis
|
|
RuntimeDirectoryMode=0755
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|