I'm currently running Redis-server in my local development environment Ubuntu 20.04. Every time I open my desktop computer I always use this Redis-server --daemonize yes to start the Redis server. Is there a way to make it autostart when the desktop computer turned on?
If your system is using systemd, the way to launch it at start-up is:
sudo systemctl enable redis-server
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With