Update functionality

This commit is contained in:
Daniel Akulenok
2025-09-05 23:12:42 +02:00
parent 9cfd12e745
commit 714574fd7d
6 changed files with 200 additions and 0 deletions

View File

@@ -601,3 +601,41 @@ podman_pods: []
# generate_systemd:
# path: "/etc/systemd/system"
# restart_policy: "always"
# stop_timeout: 120
# names: true
# container_prefix: "container"
# new: false
# no_header: false
# wants:
# - "network-online.target"
# after:
# - "network-online.target"
# requires:
# - "postgresql.service"
# Systemd service generation configuration
podman_generate_systemd: true
podman_systemd_dir: /etc/systemd/system
podman_systemd_options:
new: true
force: true
restart_policy: unless-stopped
time: 120
no_header: false
separator: ""
wants: []
after: []
requires: []
container_prefix: ""
pod_prefix: ""
restart_sec: 30
### Prune Configuration
podman_prune_enabled: true
podman_prune_options:
container: true # Remove stopped containers
image: true # Remove unused images
network: true # Remove unused networks
system: true # Prune all unused data
system_all: true # Prune all unused data including build cache
volume: true # Remove unused volumes