forked from Spark/ssm-services
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			123 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			123 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env watchman
 | |
| 
 | |
| depends miscfs
 | |
| 
 | |
| service_type='oneshot'
 | |
| service_command='/bin/mount'
 | |
| service_args='-a'
 | |
| 
 | |
| unset stop
 |