Ensure redis-server is started on a reboot

This commit is contained in:
Michael Vines
2019-10-28 20:58:42 -07:00
parent cd2c09c473
commit a231fbe978

View File

@ -6,3 +6,5 @@ set -ex
add-apt-repository -y ppa:chris-lea/redis-server
apt-get --assume-yes install redis
systemctl enable redis-server.service