diff --git a/net/scripts/install-redis.sh b/net/scripts/install-redis.sh index 9f0ef17288..1cfb85fe80 100755 --- a/net/scripts/install-redis.sh +++ b/net/scripts/install-redis.sh @@ -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