From 4120f00f7e34288516da46854084ce9cb142a346 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Fri, 12 Oct 2018 15:07:50 +0800 Subject: [PATCH] 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.