BINAIRES: ajout du script VPN pour Freshmile

vif
Olivier DOSSMANN 2021-07-08 08:25:29 +02:00
parent 3745e8675f
commit a2daf9f9d9
1 changed files with 3 additions and 0 deletions

3
bin/vpnfreshmile 100755
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
sudo su - root -c "cd /etc/openvpn/client/ && openvpn --config client.conf --daemon"