datarhei-dragonfork-core/restream
Ingo Oppermann 50deaef4d3
Wait for process to exit when stopping
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.
2022-08-17 15:13:17 +03:00
..
app Add new placeholders and parameters for placeholder 2022-07-06 19:51:47 +02:00
fs Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
replace Add new placeholders and parameters for placeholder 2022-07-06 19:51:47 +02:00
store Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
restream.go Wait for process to exit when stopping 2022-08-17 15:13:17 +03:00
restream_test.go Add process id and reference glob pattern matching 2022-08-17 07:55:44 +03:00