Created
April 11, 2018 06:36
-
-
Save sbpipb/548674d27787c2233993b584d2c22377 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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