Ensure redis-server is started on a reboot

This commit is contained in:
Michael Vines 2019-10-28 20:58:42 -07:00
parent 34a9619806
commit 1e2ab89b47
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 0 deletions

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