8 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env watchman
 | |
| 
 | |
| cfg_ovpn_instance="${service_name##*-}"
 | |
| 
 | |
| service_command="/usr/sbin/openvpn"
 | |
| service_workdir="/etc/openvpn/$cfg_ovpn_instance"
 | |
| service_args="client.cfg"
 |