Unix and Linux config
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Article on ways to start programs automatically as a Linux system boots into multi-use mode:
^ systemd and systemctl note =
Necessary to run the following after adding a .service file: sudo systemctl daemon-reload sudo systemctl enable my_new_service.service sudo systemctl start my_new_service.service