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
View File

@ -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