mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
472e40fa5d
commit
94a4ecaa43
1 changed files with 5 additions and 3 deletions
|
@ -138,10 +138,12 @@
|
||||||
# 2018-09-02: OpenVPN had been starting tunnels by accident after reboot,
|
# 2018-09-02: OpenVPN had been starting tunnels by accident after reboot,
|
||||||
# with new IIAB installs. Fix below (https://github.com/iiab/iiab/pull/1079)
|
# with new IIAB installs. Fix below (https://github.com/iiab/iiab/pull/1079)
|
||||||
# changes most all instances below from PARENT service "openvpn@xscenet" to
|
# changes most all instances below from PARENT service "openvpn@xscenet" to
|
||||||
# CHILD service "openpvn". See these 2 critical files to understand why:
|
# CHILD service "openpvn". See these critical files to understand why:
|
||||||
#
|
#
|
||||||
# /etc/default/openvpn
|
# /etc/default/openvpn implies AUTOSTART="all"
|
||||||
# /etc/openvpn/xscenet.conf
|
# /etc/init.d/openvpn has AUTOSTART="all"
|
||||||
|
# /etc/openvpn/xscenet.conf our VPN connection
|
||||||
|
# /etc/network/if-up.d/openvpn appears to auto-start xscenet.conf
|
||||||
|
|
||||||
- name: Enable & (Re)Start PARENT service openvpn, which (re)starts CHILD service openvpn@xscenet (& actual tunnel)
|
- name: Enable & (Re)Start PARENT service openvpn, which (re)starts CHILD service openvpn@xscenet (& actual tunnel)
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Reference in a new issue