鏡像自
				https://github.com/therootcompany/serviceman.git
				synced 2025-11-04 14:52:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 行
		
	
	
		
			354 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 行
		
	
	
		
			354 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Package installer can be used cross-platform to install apps
 | 
						|
// as either userspace or system services for fairly simple applications.
 | 
						|
// This is not intended for complex installers.
 | 
						|
//
 | 
						|
// I'm prototyping this out to be useful for more than just watchdog
 | 
						|
// hence there are a few unnecessary things for the sake of the trying it out
 | 
						|
package installer
 |