forked from Spark/ssm-services
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env watchman
 | |
| 
 | |
| service_respawn='true'
 | |
| service_username='torrent'
 | |
| service_command='sudo'
 | |
| service_args="-u $service_username -- /usr/bin/bitflu --config=/etc/bitflu.cfg"
 | |
| 
 | |
| start() {
 | |
| 	umask 0007
 | |
| 	watchman.start
 | |
| }
 |