initscript: make the execution of fstrim more asynchronous
This operation may take a minute, so let's not wait needlessly, and instead perform as many tasks as possible before waiting for completion.
We however want to make sure the execution is over before running the first container, to make sure it won't affect the performance.