incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user