forked from Spark/ssm-services
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ssm
 | |
| 
 | |
| service_type='oneshot'
 | |
| service_command=( /usr/bin/mount -a )
 | |
| 
 | |
| post_start() {
 | |
| 	swapon -a
 | |
| }
 |