mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00

If a process has some cleanup with purge-on-delete defined, the purge has to wait until the process actually exited. Otherwise it may happen that the process got the signal, files are purged, but the process is still writing some files in order to exit cleanly. This would lead to some artefacts left on the filesystem.