baur icon indicating copy to clipboard operation
baur copied to clipboard

run: executed cmd is not terminated when baur process dies

Open fho opened this issue 3 years ago • 2 comments

How to reproduce:

  • run a long running process (sleep 10m) as baur task,
  • send SIGTERM to the baur process

result:

  • the sleep process is still running

expected result:

  • the executed task terminates when the baur process terminates

Fixed:

  • [x] Linux & FreeBSD: https://github.com/simplesurance/baur/pull/404
  • [ ] windows: https://github.com/golang/go/issues/17608 support required?
  • [ ] mac os: ?

fho avatar Dec 08 '22 12:12 fho