瀏覽代碼

playing with the firewall config

aeth 9 月之前
父節點
當前提交
68139f6375
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks/tasks_enable_service_units/vpn/enable_service_units.yml

+ 1 - 1
tasks/tasks_enable_service_units/vpn/enable_service_units.yml

@@ -2,5 +2,5 @@
 - name: "00: Start the Wireguard service at boot"
   ansible.builtin.systemd_service:
     state: "started"
-    name: "wg-quick@wg0"
+    name: "wg-quick@wg0.service"
     enabled: True