mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	chore(server): process title (#3519)
This commit is contained in:
		
							parent
							
								
									fb6591607f
								
							
						
					
					
						commit
						5e4403bb2e
					
				@ -11,10 +11,13 @@ if (process.argv[2] === immichApp) {
 | 
			
		||||
function bootstrap() {
 | 
			
		||||
  switch (immichApp) {
 | 
			
		||||
    case 'immich':
 | 
			
		||||
      process.title = 'immich_server';
 | 
			
		||||
      return immich();
 | 
			
		||||
    case 'microservices':
 | 
			
		||||
      process.title = 'immich_microservices';
 | 
			
		||||
      return microservices();
 | 
			
		||||
    case 'admin-cli':
 | 
			
		||||
      process.title = 'immich_admin_cli';
 | 
			
		||||
      return adminCli();
 | 
			
		||||
    default:
 | 
			
		||||
      console.log(`Invalid app name: ${immichApp}. Expected one of immich|microservices|cli`);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user