summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-09 07:43:31 -0500
committerGitHub <noreply@github.com>2020-12-09 07:43:31 -0500
commit3aad9024b6d59bb9f73e7da07c25ba3e1b52954a (patch)
tree1c2e9715c5e5a3f9e938b21c5572d0bcfd7d9a94
parentdd295f297b6dd51d22c64c75f4ef4f80f953bbde (diff)
parentc21bc8f034b198de95a9710b3ef81c9afcb3a5c3 (diff)
downloadpodman-3aad9024b6d59bb9f73e7da07c25ba3e1b52954a.tar.gz
podman-3aad9024b6d59bb9f73e7da07c25ba3e1b52954a.tar.bz2
podman-3aad9024b6d59bb9f73e7da07c25ba3e1b52954a.zip
Merge pull request #8655 from vrothberg/fix-8605
auto updates: document systemd unit and timer
-rw-r--r--docs/source/markdown/podman-auto-update.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-auto-update.1.md b/docs/source/markdown/podman-auto-update.1.md
index 76dc85180..219ac03b7 100644
--- a/docs/source/markdown/podman-auto-update.1.md
+++ b/docs/source/markdown/podman-auto-update.1.md
@@ -26,6 +26,12 @@ If an image ID was used, Podman would not know which image to check/pull anymore
Moreover, the systemd units are expected to be generated with `podman-generate-systemd --new`, or similar units that create new containers in order to run the updated images.
Systemd units that start and stop a container cannot run a new image.
+
+### Systemd Unit and Timer
+
+Podman ships with a `podman-auto-update.service` systemd unit. This unit is triggered daily at midnight by the `podman-auto-update.timer` systemd timer. The timer can be altered for custom time-based updates if desired. The unit can further be invoked by other systemd units (e.g., via the dependency tree) or manually via `systemctl start podman-auto-update.service`.
+
+
## OPTIONS
#### **--authfile**=*path*