diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-20 12:09:06 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-20 12:10:14 -0400 |
commit | b74edfb0a1bf5a27a3bba884a0e2275d2f281a65 (patch) | |
tree | a39344bb9b5fda76b21b55c2e5f6b85b65d1cf27 /docs | |
parent | cc6a85bcde1e7068105502dbc21afbb51b3e70d5 (diff) | |
download | podman-b74edfb0a1bf5a27a3bba884a0e2275d2f281a65.tar.gz podman-b74edfb0a1bf5a27a3bba884a0e2275d2f281a65.tar.bz2 podman-b74edfb0a1bf5a27a3bba884a0e2275d2f281a65.zip |
Add support for retrieving system service --timeout
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-system-service.1.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md index dfb026de1..3bc4fc7f1 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -30,6 +30,9 @@ Note: The default systemd unit files (system and user) change the log-level opti The time until the session expires in _seconds_. The default is 5 seconds. A value of `0` means no timeout, therefore the session will not expire. +The default timeout can be changed via the `service_timeout=VALUE` field in containers.conf. +See **[containers.conf(5)](https://github.com/containers/common/blob/master/docs/containers.conf.5.md)** for more information. + #### **--cors** CORS headers to inject to the HTTP response. The default value is empty string which disables CORS headers. @@ -46,7 +49,7 @@ podman system service --time 5 ``` ## SEE ALSO -podman(1), podman-system-service(1), podman-system-connection(1) +**[podman(1)](podman.1.md)**, **[podman-system-connection(1)](podman-system-connection.1.md)**, **[containers.conf(5)](https://github.com/containers/common/blob/master/docs/containers.conf.5.md)** ## HISTORY January 2020, Originally compiled by Brent Baude `<bbaude@redhat.com>` |