Delay FTP Startup

Hi,

I am currently looking into the FTP configuration and I am trying to figure out if and how it is possible to delay the ftp startup of the MyCloud to only load after all shares were loaded.
If that is not possible it would be great to delay it a certain time so I am certain that all shares are loaded and would be available in the FTP server.

Does anyone have any ideas?

Thanks.

Best regards
miracle152004

Need to know what generation of mycloud you have. Gen1 or Gen2.

On a Gen1, just insert a

sleep <some amount in ms>

before where the ftp daemon gets started, or move it to execute after smbd and nfs daemons.

On a gen2, this is much harder.