mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
Fix order of extensions on startup
This commit is contained in:
@@ -35,16 +35,12 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
r := runtime.New()
|
||||
// TODO temporary service startup selection. Should go away and the runtime should take care of it.
|
||||
return r.Start(append([]string{
|
||||
"accounts",
|
||||
"settings",
|
||||
"konnectd",
|
||||
"proxy",
|
||||
"ocs",
|
||||
"phoenix",
|
||||
"glauth",
|
||||
"webdav",
|
||||
"store",
|
||||
"thumbnails",
|
||||
"settings",
|
||||
"phoenix",
|
||||
"ocs",
|
||||
"webdav",
|
||||
"reva-frontend",
|
||||
"reva-gateway",
|
||||
"reva-users",
|
||||
@@ -58,6 +54,10 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
"reva-storage-oc-data",
|
||||
"reva-storage-public-link",
|
||||
"reva-storage-metadata",
|
||||
"accounts",
|
||||
"glauth",
|
||||
"konnectd",
|
||||
"thumbnails",
|
||||
}, runtime.MicroServices...)...)
|
||||
},
|
||||
}
|
||||
|
||||
@@ -50,6 +50,7 @@ var (
|
||||
"reva-storage-oc",
|
||||
"reva-storage-oc-data",
|
||||
"reva-storage-public-link",
|
||||
"reva-storage-metadata",
|
||||
"accounts",
|
||||
"glauth",
|
||||
"konnectd",
|
||||
|
||||
Reference in New Issue
Block a user