Start redis server on VM boot

Otherwise you have to start it yourself after vagrant halt / vagrant up
This commit is contained in:
rubic0n 2021-02-03 00:48:40 -06:00
parent 9331f06784
commit 1179957a32

4
Vagrantfile vendored

@ -48,8 +48,8 @@ sudo apt-get install \
libpam0g-dev \ libpam0g-dev \
-y -y
# Start Redis Server # Start Redis Server on boot (and right now)
sudo service redis-server start sudo systemctl enable --now redis-server
# Install rvm # Install rvm
read RUBY_VERSION < .ruby-version read RUBY_VERSION < .ruby-version