Issue:
When rebooting the i-mscp server, all the bind mounts providing log file access to the users to /var/www/virtual/<main_domain>/logs/<domain> are missing.
That bind mounts are not added to "/etc/fstab" (in difference to the bind mounts of the CronJobs and InstantSSH Plugins), but interestingly, after a configuration change (or de-activating, then activating a domain), the mount commands will be executed... but obviously, I don't want to manually disable and enable every domain manually to get the bind mounts back!
Expected Results:
After a server reboot, all mounts are there again. Imho, this can be done trough:
a) adding the mount commands to the fstab (can get huge, so probably not a really good idea)
b) triggering the code part that executes the bind mount commands when the imscp_daemon is started
Or do I miss something (e.g. startup script) so that doesn't happen?
Version: 1.2.9, Build: 20150703, Codename: Andromeda
Thank you for having a look on that...