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:
parent
e6e7bab58c
commit
317866894e
|
@ -98,6 +98,7 @@ any changes in that file, such as:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
[Service]
|
||||||
LimitMEMLOCK=infinity
|
LimitMEMLOCK=infinity
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue