mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Add support for retrieving system service --timeout
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -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>`
|
||||
|
Reference in New Issue
Block a user