réplica de
				https://github.com/therootcompany/serviceman.git
				synced 2025-11-04 06:42:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 líneas
		
	
	
		
			279 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 líneas
		
	
	
		
			279 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# go-serviceman
 | 
						|
 | 
						|
A cross-platform service manager.
 | 
						|
 | 
						|
Goal:
 | 
						|
 | 
						|
```bash
 | 
						|
serviceman install [options] [interpreter] <service> [-- [options]]
 | 
						|
```
 | 
						|
 | 
						|
```bash
 | 
						|
serviceman install --user ./foo-app -- -c ./
 | 
						|
```
 | 
						|
 | 
						|
```bash
 | 
						|
serviceman install --user /usr/local/bin/node ./whatever.js -- -c ./
 | 
						|
```
 |