Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Sérgio M. Basto
32968e6c01 /var/lock/subsys or /run/lock/subsys are legacy
following what is written in /usr/lib/tmpfiles.d/legacy.conf
2021-11-30 23:58:21 +00:00

2
akmods
View file

@ -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
}