From 82164a2e9ed5c6112e3ef70895c153025807b282 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 27 Jun 2019 11:06:24 +0200 Subject: runtime: allow to specify the lock mechanism preparation for the next patch. It currently supports only "shm". Signed-off-by: Giuseppe Scrivano --- libpod.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpod.conf') diff --git a/libpod.conf b/libpod.conf index 71ac79dd4..c92f60a10 100644 --- a/libpod.conf +++ b/libpod.conf @@ -87,6 +87,9 @@ infra_command = "/pause" # Default libpod support for container labeling # label=true +# The locking mechanism to use +lock_type = "shm" + # Number of locks available for containers and pods. # If this is changed, a lock renumber must be performed (e.g. with the # 'podman system renumber' command). -- cgit v1.2.3-54-g00ecf