浏览代码

Fix systemd override example in configuring docs

When overriding a systemd configuration via a drop-in file, the
[Service] header is required. This commit adds this to an example
drop-in override in the configuring docs.

Relates #22038
Jared Carey 8 年之前
父节点
当前提交
317866894e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/reference/setup/sysconfig/configuring.asciidoc

+ 1 - 0
docs/reference/setup/sysconfig/configuring.asciidoc

@@ -98,6 +98,7 @@ any changes in that file, such as:
 
 [source,sh]
 ---------------------------------
+[Service]
 LimitMEMLOCK=infinity
 ---------------------------------