diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/podmanimage/stable/containers.conf | 2 | ||||
-rw-r--r-- | contrib/systemd/auto-update/podman-auto-update.service | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/podmanimage/stable/containers.conf b/contrib/podmanimage/stable/containers.conf index 7f0e36224..220c1f850 100644 --- a/contrib/podmanimage/stable/containers.conf +++ b/contrib/podmanimage/stable/containers.conf @@ -5,7 +5,7 @@ ipcns="host" utsns="host" cgroupns="host" cgroups="disabled" -log_driver = "k8s_file" +log_driver = "k8s-file" [engine] cgroup_manager = "cgroupfs" events_logger="file" diff --git a/contrib/systemd/auto-update/podman-auto-update.service b/contrib/systemd/auto-update/podman-auto-update.service index 068dab95b..9376db225 100644 --- a/contrib/systemd/auto-update/podman-auto-update.service +++ b/contrib/systemd/auto-update/podman-auto-update.service @@ -7,6 +7,7 @@ After=network-online.target [Service] Type=oneshot ExecStart=/usr/bin/podman auto-update +ExecStartPost=/usr/bin/podman image prune -f [Install] WantedBy=multi-user.target default.target |