bumblebee: remove redundant bash process
This commit is contained in:
		
							parent
							
								
									ce6b96db6e
								
							
						
					
					
						commit
						a8788c4d6a
					
				@ -52,9 +52,9 @@ in
 | 
			
		||||
    systemd.services.bumblebeed = {
 | 
			
		||||
      description = "Bumblebee Hybrid Graphics Switcher";
 | 
			
		||||
      wantedBy = [ "display-manager.service" ];
 | 
			
		||||
      script = "bumblebeed --use-syslog -g ${config.hardware.bumblebee.group}";
 | 
			
		||||
      path = [ kernel.bbswitch bumblebee ];
 | 
			
		||||
      serviceConfig = {
 | 
			
		||||
        ExecStart = "${bumblebee}/bin/bumblebeed --use-syslog -g ${config.hardware.bumblebee.group}";
 | 
			
		||||
        Restart = "always";
 | 
			
		||||
        RestartSec = 60;
 | 
			
		||||
        CPUSchedulingPolicy = "idle";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user