From 1179957a32372093b60d8331c547af512c1075ad Mon Sep 17 00:00:00 2001 From: rubic0n Date: Wed, 3 Feb 2021 00:48:40 -0600 Subject: [PATCH] Start redis server on VM boot Otherwise you have to start it yourself after vagrant halt / vagrant up --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 4ca75ecf..11cddd77 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -48,8 +48,8 @@ sudo apt-get install \ libpam0g-dev \ -y -# Start Redis Server -sudo service redis-server start +# Start Redis Server on boot (and right now) +sudo systemctl enable --now redis-server # Install rvm read RUBY_VERSION < .ruby-version