forked from Spark/ssm-services
7
services/openvpn
Executable file
7
services/openvpn
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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"
|
Reference in New Issue
Block a user