openvpn
This commit is contained in:
parent
bd71089073
commit
ad1b1bc282
8
init.d/openvpn
Executable file
8
init.d/openvpn
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
cfg_ovpn_instance="${service_name##*-}"
|
||||
|
||||
service_respawn='true'
|
||||
service_command="/usr/sbin/openvpn"
|
||||
service_workdir="/etc/openvpn/$cfg_ovpn_instance"
|
||||
service_args="client.cfg"
|
1
init.d/openvpn-example
Symbolic link
1
init.d/openvpn-example
Symbolic link
|
@ -0,0 +1 @@
|
|||
openvpn
|
Loading…
Reference in New Issue
Block a user