incorporate requested changes

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2023-06-23 13:29:49 +02:00
parent a63931a2e1
commit 15ced8a6df
4 changed files with 6 additions and 10 deletions
-5
View File
@@ -432,11 +432,6 @@ func (s *Service) generateRunSet(cfg *ociscfg.Config) {
for _, name := range cfg.Runtime.Disabled {
delete(runset, name)
}
// disable thumbnail service
if cfg.WebDAV.DisablePreviews || cfg.Web.Web.Config.Options.DisablePreviews {
delete(runset, "thumbnails")
}
}
// List running processes for the Service Controller.