flyingcircusio / batou_ext

A library of batou extensions.
Other
4 stars 1 forks source link

Add systemd-run cleanup option for SymlinkAndCleanup removals #159

Closed elikoga closed 6 months ago

elikoga commented 6 months ago

Adds an option to the SymlinkAndCleanup Component to clean up the files asynchronously using systemd-run.

Requested by https://github.com/flyingcircusio/batou_ext/issues/163

Consider: Only a limited amount of Data is allowed to be passed via the arguments. If too many files need to be deleted, this method needs to be changed.