Merge pull request #17998 from vrothberg/systemd-docs

[CI:DOCS] fix typo in --systemd option
This commit is contained in:
OpenShift Merge Robot
2023-04-03 08:32:19 -04:00
committed by GitHub

View File

@ -7,7 +7,7 @@
Run container in systemd mode. The default is **true**.
- **true** enables systemd mode only when the command executed inside the container is *systemd*, */usr/sbin/init*,
*/sbin/init* or */usr/local/sbin/init*, systemd mode is enabled.
*/sbin/init* or */usr/local/sbin/init*.
- **false** disables systemd mode.