Browse Source

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 years ago
parent
commit
317866894e
1 changed files with 1 additions and 0 deletions
  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]
 [source,sh]
 ---------------------------------
 ---------------------------------
+[Service]
 LimitMEMLOCK=infinity
 LimitMEMLOCK=infinity
 ---------------------------------
 ---------------------------------