Redis Configuration - Linux
/etc/systemd/redis.service
Quick Actions
๐ฅ Download Original redis.serviceConfiguration File Information
Authentic & Original
Unaltered redis.service from fresh installation.
Linux Distribution Support
๐ Currently viewing: CentOS Stream 9
โ Also compatible:
โ Different versions:
Centos-Stream:
Configuration File Content
19 lines
[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
Download Commands
redis.service โข
Download the 100% original unaltered configuration file pulled from Redis
Using wget:
wget -O redis.service.example https://exampleconfig.com/api/v1/config/original/c9e0a67bc1b2db32ae2d1e7987cee559?hint=redis.service
Using curl:
curl https://exampleconfig.com/api/v1/config/original/c9e0a67bc1b2db32ae2d1e7987cee559?hint=redis.service > redis.service.example
Related Configuration Files
/etc/systemd/redis.service
Redis ยท Debian 9 (Stretch)
/etc/systemd/redis.service
Redis ยท Debian 9 (Stretch)
/etc/systemd/redis.service
Redis ยท CentOS Stream 9
/etc/systemd/redis.service
Apache HTTP Server ยท CentOS Stream 9
/etc/systemd/redis.service
Apache HTTP Server ยท CentOS Stream 9
/etc/systemd/redis.service
Apache HTTP Server ยท CentOS Stream 9