mirror of
https://github.com/containers/podman.git
synced 2025-07-01 08:07:03 +08:00
Merge pull request #20649 from rhatdan/man
[CI:DOCS] Improve the documentation of quadlet
This commit is contained in:
@ -25,6 +25,9 @@ Podman supports starting containers (and creating volumes) via systemd by using
|
|||||||
[systemd generator](https://www.freedesktop.org/software/systemd/man/systemd.generator.html).
|
[systemd generator](https://www.freedesktop.org/software/systemd/man/systemd.generator.html).
|
||||||
These files are read during boot (and when `systemctl daemon-reload` is run) and generate
|
These files are read during boot (and when `systemctl daemon-reload` is run) and generate
|
||||||
corresponding regular systemd service unit files. Both system and user systemd units are supported.
|
corresponding regular systemd service unit files. Both system and user systemd units are supported.
|
||||||
|
All options and tables available in standard systemd unit files are supported. For example, options defined in
|
||||||
|
the [Service] table and [Install] tables pass directly to systemd and are handled by it.
|
||||||
|
See systemd.unit(5) man page for more information.
|
||||||
|
|
||||||
The Podman generator reads the search paths above and reads files with the extensions `.container`
|
The Podman generator reads the search paths above and reads files with the extensions `.container`
|
||||||
`.volume` and `*.kube`, and for each file generates a similarly named `.service` file. Be aware that
|
`.volume` and `*.kube`, and for each file generates a similarly named `.service` file. Be aware that
|
||||||
@ -1219,6 +1222,8 @@ Exec=sleep 60
|
|||||||
Restart=always
|
Restart=always
|
||||||
# Extend Timeout to allow time to pull the image
|
# Extend Timeout to allow time to pull the image
|
||||||
TimeoutStartSec=900
|
TimeoutStartSec=900
|
||||||
|
# ExecStartPre flag and other systemd commands can go here, see systemd.unit(5) man page.
|
||||||
|
ExecStartPre=/usr/share/mincontainer/setup.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
# Start by default on boot
|
# Start by default on boot
|
||||||
@ -1263,3 +1268,4 @@ Label=org.test.Key=value
|
|||||||
**[podman-run(1)](podman-run.1.md)**,
|
**[podman-run(1)](podman-run.1.md)**,
|
||||||
**[podman-network-create(1)](podman-network-create.1.md)**,
|
**[podman-network-create(1)](podman-network-create.1.md)**,
|
||||||
**[podman-auto-update(1)](podman-auto-update.1.md)**
|
**[podman-auto-update(1)](podman-auto-update.1.md)**
|
||||||
|
**[systemd.unit(5)]**
|
||||||
|
Reference in New Issue
Block a user