-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11630 from rhatdan/timeout
Add support for retrieving system service --timeout
- Loading branch information
Showing
4 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 `<[email protected]>` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters