Guest User

Untitled

a guest
Mar 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Vagrant.configure("2") do |config|
  2. # Your existing Vagrant configuration
  3. ...
  4.  
  5. # start fsnotify on host after the guest starts
  6. config.trigger.after :up do
  7. run "vagrant fsnotify"
  8. end
  9. end
Add Comment
Please, Sign In to add comment