Skip to content

Commit 5efc84a

Browse files
committed
Remove Redis and ElasticSearch from startup
1 parent 5d86d2c commit 5efc84a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ Vagrant.configure("2") do |config|
3838
cp /var/www/html/phpinfo.php /var/www/html/code
3939
SH
4040

41-
# Perform service startup for all components (Elasticsearch is currently stopped)
41+
# Perform service startup for all components
4242
config.vm.provision "Service startup: Apache2, MariaDB, Redis and Elasticsearch with run: always", type: "shell", run: "always", inline: <<-SH
4343
service apache2 restart && echo "Apache started with return code $?"
4444
service mysql restart && echo "MariaDB started with return code $?"
45-
service redis-server restart && echo "Redis started with return code $?"
46-
systemctl stop elasticsearch.service && echo "Elasticsearch stopped with return code $?"
4745
SH
4846
end

0 commit comments

Comments
 (0)