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
commit 80a199a83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.