Ubuntu 16.04 running on a vagrant
virtual machine on a Windows 8.1 host.
My xdebug.ini
file is symlinked to a directory that's shared with the host machine.
(This is so I can create new machines and have xdebug.ini
set up how I want, and and edits I make to it are always available on the Windows host - I don't have to worry about backing up configurations from the VM)
It seems like the directory is mounted after apache has been started during boot. So I always have to restart apache to load xdebug.
Can I make it so that apache starts after the shared directory is mounted? Or automatically restart apache after startup, so I don't have to do it manually?