10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea0737 commit b231871Copy full SHA for b231871
components/lock.rst
@@ -530,6 +530,14 @@ can be two running containers in parallel.
530
concurrent process on a new machine, check that other process are stopped
531
on the old one.
532
533
+.. caution::
534
+
535
+ When runing on systemd with non-system user with option ``RemoveIPC=yes``
536
+ (default value), locks are deleted by systemd when that user logs out.
537
+ Check that process is ran with a system user (UID <= SYS_UID_MAX) with
538
+ ``SYS_UID_MAX`` defined in ``/etc/login.defs``, or set the option
539
+ ``RemoveIPC=off`` in ``/etc/systemd/logind.conf``.
540
541
Overall
542
~~~~~~~
543
0 commit comments