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:
redis.conf:
Code:
redis-server /usr/local/directadmin/data/users/admin/redis.conf
redis.conf:
Code:
bind 127.0.0.1
port 6379
daemonize yes