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
This commit is contained in:
Jared Carey 2016-12-07 17:41:59 -07:00 committed by Jason Tedor
parent e6e7bab58c
commit 317866894e
1 changed files with 1 additions and 0 deletions

View File

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