From 32968e6c0198b15500ffbcd7c67a0f6e34b92845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 21 Oct 2021 01:01:43 +0100 Subject: [PATCH] /var/lock/subsys or /run/lock/subsys are legacy following what is written in /usr/lib/tmpfiles.d/legacy.conf --- akmods | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akmods b/akmods index fa17a1e..b94ca11 100644 --- a/akmods +++ b/akmods @@ -230,7 +230,7 @@ init () done # create lockfile and wait till we get it - exec 99>/var/lock/subsys/akmods + exec 99>/run/lock/akmods.lock flock -w 900 99 }