Skip to content

Instantly share code, notes, and snippets.

@xemoe
Last active August 29, 2015 14:23
Show Gist options
  • Save xemoe/aaed0e00ad6565da5894 to your computer and use it in GitHub Desktop.
Save xemoe/aaed0e00ad6565da5894 to your computer and use it in GitHub Desktop.
Always start provision

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.

- Aron Budinszky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment