Add the process domain to the bas path in placeholders and cleanup rules

This commit is contained in:
Ingo Oppermann
2023-06-14 22:30:00 +02:00
parent a728cc7839
commit debcce192d
2 changed files with 85 additions and 19 deletions

View File

@@ -721,6 +721,10 @@ func (r *restream) setCleanup(id app.ProcessID, config *app.Config) {
continue
}
if len(config.Domain) != 0 {
path = filepath.Join(config.Domain, path)
}
// Support legacy names
if name == "diskfs" {
name = "disk"