From 4120f00f7e34288516da46854084ce9cb142a346 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Fri, 12 Oct 2018 15:07:50 +0800 Subject: [PATCH 1/2] Only support built-in services for writing files in specific system services --- .../os/v1.x/en/installation/configuration/write-files/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/os/v1.x/en/installation/configuration/write-files/_index.md b/content/os/v1.x/en/installation/configuration/write-files/_index.md index bc86e0a21ab..3853e2241df 100644 --- a/content/os/v1.x/en/installation/configuration/write-files/_index.md +++ b/content/os/v1.x/en/installation/configuration/write-files/_index.md @@ -39,3 +39,5 @@ write_files: restrict 127.0.0.1 restrict [::1] ``` + +> Note: Currently only supports built-in services, the custom services are not applicable. From a600d24c2d7b69a1906ae7d6308dc3c7d1dc0a4a Mon Sep 17 00:00:00 2001 From: Denise Date: Fri, 12 Oct 2018 10:58:20 -0700 Subject: [PATCH 2/2] Update _index.md --- .../os/v1.x/en/installation/configuration/write-files/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/v1.x/en/installation/configuration/write-files/_index.md b/content/os/v1.x/en/installation/configuration/write-files/_index.md index 3853e2241df..c222448370c 100644 --- a/content/os/v1.x/en/installation/configuration/write-files/_index.md +++ b/content/os/v1.x/en/installation/configuration/write-files/_index.md @@ -40,4 +40,4 @@ write_files: restrict [::1] ``` -> Note: Currently only supports built-in services, the custom services are not applicable. +> **Note:** Currently, writing files to a specific system service is only supported for RancherOS's built-in services. You are unable to write files to any custom system services.