Initial commit
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Zuerst starten wir die Bridge mit TAP-Device
|
||||
/opt/openvpn/scripts/bridge-start.sh
|
||||
|
||||
# Dann mounten wir den CIFS-Share
|
||||
# (wird fuer Status-File gebraucht)
|
||||
#/bin/mount /opt/openvpn/status
|
||||
/bin/systemctl start opt-openvpn-status.mount
|
||||
#
|
||||
# Dann starten wir Openvpn
|
||||
/sbin/openvpn /opt/openvpn/config/server.conf
|
||||
Reference in New Issue
Block a user