7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ssm
 | |
| 
 | |
| service_type='oneshot'
 | |
| service_command=( /usr/bin/ferm /etc/ferm.conf )
 | |
| 
 | |
| reload() { "${service_command[@]}"; }
 |