增加在tun模式下开启tfe-env-tun-mode service

This commit is contained in:
fumingwei
2021-03-23 09:30:22 +08:00
parent 131bb95a1e
commit 0a16f4dc3d

View File

@@ -74,6 +74,13 @@
dest: /etc/systemd/system/tfe.service.d/
mode: 0644
- name: "enable tfe-env-tun-mode"
systemd:
name: tfe-env-tun-mode
enabled: yes
daemon_reload: yes
when: tsg_running_type == 0
- name: "enable tfe-env"
systemd:
name: tfe-env