mirror of
				https://github.com/FeralInteractive/gamemode.git
				synced 2025-10-31 14:04:14 +01:00 
			
		
		
		
	Don't explicitly enable the systemd service after installing
Commit 432a21f5 makes the service D-Bus activated so there's no need to
enable it explicitly.
			
			
This commit is contained in:
		
							
								
								
									
										10
									
								
								bootstrap.sh
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								bootstrap.sh
									
									
									
									
									
								
							| @@ -33,13 +33,5 @@ set -x | ||||
|  | ||||
| sudo ninja install | ||||
|  | ||||
| # Verify user wants to run the daemon | ||||
| set +x | ||||
| read -p "Enable and run the daemon? [Yy] " -r | ||||
| [[ $REPLY =~ ^[Yy]$ ]] | ||||
| set -x | ||||
|  | ||||
| # Reload systemd configuration so that it picks up the new service. | ||||
| systemctl --user daemon-reload | ||||
| systemctl --user enable gamemoded | ||||
| systemctl --user restart gamemoded | ||||
| systemctl --user status gamemoded | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Smith
					Alex Smith