Start redis server on VM boot
Otherwise you have to start it yourself after vagrant halt / vagrant up
This commit is contained in:
parent
9331f06784
commit
1179957a32
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue