mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
b670e6b119
commit
15570d8ca3
1 changed files with 6 additions and 4 deletions
|
@ -140,10 +140,12 @@
|
|||
# changes most all instances below from CHILD service "openvpn@xscenet" to
|
||||
# PARENT service "openpvn". See these critical files to understand why:
|
||||
#
|
||||
# /etc/default/openvpn implies AUTOSTART="all"
|
||||
# /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
|
||||
# /etc/default/openvpn implies AUTOSTART="all"
|
||||
# /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
|
||||
# /lib/systemd/systemd-sysv-install sets /etc/rc*.d/S|K01openvpn
|
||||
# e.g. when "systemctl enable openvpn"
|
||||
|
||||
- name: Enable & (Re)Start PARENT service openvpn, which (re)starts CHILD service openvpn@xscenet (& actual tunnel)
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue