Skip to content

Instantly share code, notes, and snippets.

@sbpipb
Created April 11, 2018 06:36
Show Gist options
  • Save sbpipb/548674d27787c2233993b584d2c22377 to your computer and use it in GitHub Desktop.
Save sbpipb/548674d27787c2233993b584d2c22377 to your computer and use it in GitHub Desktop.
Enable Redis to Start at Boot
If all of your tests worked, and you would like to start Redis automatically when your server boots, you can enable the systemd service.
To do so, type:
sudo systemctl enable redis
Output
Created symlink from /etc/systemd/system/multi-user.target.wants/redis.service to /etc/systemd/system/redis.service.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment