Redis at startup

giees

Verified User
Joined
Apr 22, 2020
Messages
11
How can I add Redis to start after server reboot (almalinux 9.4)? Currently, after restarting, I always have to start it manually with the command:
Code:
redis-server /usr/local/directadmin/data/users/admin/redis.conf

redis.conf:
Code:
bind 127.0.0.1
port 6379
daemonize yes
 
Back
Top