diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-16 14:40:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 14:40:02 +0100 |
commit | 412a114d33a2f0aca7ee49984afcf278d2f2574a (patch) | |
tree | 2d3c74c57531a218615d4d16b768034242cc62de /docs/source | |
parent | 5288d112bc63bb52821a0ed9711fcc23b37df2a8 (diff) | |
parent | 194723f314f505de3d39afb7fd769bc02293fd88 (diff) | |
download | podman-412a114d33a2f0aca7ee49984afcf278d2f2574a.tar.gz podman-412a114d33a2f0aca7ee49984afcf278d2f2574a.tar.bz2 podman-412a114d33a2f0aca7ee49984afcf278d2f2574a.zip |
Merge pull request #5439 from ttys3/fixup-systemdgen-with-new-param
systemd generator: force run container detached if CreateCommand has no detach param
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-generate-systemd.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-generate-systemd.1.md b/docs/source/markdown/podman-generate-systemd.1.md index 2bcfdb954..27b40bbb6 100644 --- a/docs/source/markdown/podman-generate-systemd.1.md +++ b/docs/source/markdown/podman-generate-systemd.1.md @@ -25,6 +25,7 @@ Use the name of the container for the start, stop, and description in the unit f **--new** Create a new container via podman-run instead of starting an existing one. This option relies on container configuration files, which may not map directly to podman CLI flags; please review the generated output carefully before placing in production. +Since we use systemd `Type=forking` service, using this option will force the container run with the detached param `-d` **--timeout**, **-t**=*value* |