flyingcircusio / batou_ext

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

[FC-38258] persist async cleanups #175

Closed PhilTaken closed 3 months ago

PhilTaken commented 4 months ago

previously, the async cleanup was terminated when the deployment's ssh session was exited

invocating the process via nohup fixes that problem by persisting the systemd-run process beyond the duration of the ssh session

I tested that nohup works with systemd-run, however I did not test this code specifically