8000
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.
2 parents 7a3a8cc + 5fcedb6 commit 8b95859Copy full SHA for 8b95859
components/lock.rst
@@ -643,6 +643,14 @@ can be two running containers in parallel.
643
concurrent process on a new machine, check that other process are stopped
644
on the old one.
645
646
+.. caution::
647
+
648
+ When runing on systemd with non-system user and option ``RemoveIPC=yes``
649
+ (default value), locks are deleted by systemd when that user logs out.
650
+ Check that process is run with a system user (UID <= SYS_UID_MAX) with
651
+ ``SYS_UID_MAX`` defined in ``/etc/login.defs``, or set the option
652
+ ``RemoveIPC=off`` in ``/etc/systemd/logind.conf``.
653
654
ZookeeperStore
655
~~~~~~~~~~~~~~
656
0 commit comments