(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-05-27 13:15:12 +02:00 committed by GitSync
parent 9942aa0a1d
commit aced224cea

View File

@ -27,6 +27,9 @@ Reload and restart
`# systemctl daemon-reload` `# systemctl daemon-reload`
`# systemctl enable --now container-(container)` `# systemctl enable --now container-(container)`
If you want to manually run updates for the configured container, use this command:
`# podman auto-update`
### Auto-Update timer ### Auto-Update timer
To truly automate your updates, enable the included timer To truly automate your updates, enable the included timer
`# systemctl enable --now podman-auto-update.timer` `# systemctl enable --now podman-auto-update.timer`