mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
To be able to handle container restarts, incl. restart policy, at runtime, most of the container data lives in /var/lib/containers, which on most systems is backed by a persistent store. As of issue #823 we no longer keep a writable layer for containers, nor should we cache container state across reboots, all containers are recreated at boot. This task cleans up any lingering state. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
5 lines
248 B
Plaintext
5 lines
248 B
Plaintext
task log:prio:local1.notice,tag:container-flush <pid/syslogd> \
|
|
[S] container flush -- Cleaning up lingering containers
|
|
service log:prio:local1.err,tag:container \
|
|
[2345] execd /run/containers/queue /run/containers/active -- Container job runner
|