Provisioning scripts run after mounts. If you set the provisioning script to run "always", then you can do something like this:
config.vm.provision :shell, :inline => "sudo service mysql start", run: "always"
...which is an easier solution than having to use upstart.
Last active
August 29, 2015 14:23
-
-
Save xemoe/aaed0e00ad6565da5894 to your computer and use it in GitHub Desktop.
Always start provision
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment