forked from Spark/ssm-services
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ssm
 | |
| 
 | |
| cfg_ovpn_instance="${service_name##*-}"
 | |
| 
 | |
| service_respawn='true'
 | |
| service_command=( /usr/bin/openvpn client.cfg )
 | |
| service_workdir="/etc/openvpn/$cfg_ovpn_instance"
 |