We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30e849c + 8b95859 commit 9373987Copy full SHA for 9373987
components/lock.rst
@@ -632,6 +632,14 @@ can be two running containers in parallel.
632
concurrent process on a new machine, check that other process are stopped
633
on the old one.
634
635
+.. caution::
636
+
637
+ When runing on systemd with non-system user and option ``RemoveIPC=yes``
638
+ (default value), locks are deleted by systemd when that user logs out.
639
+ Check that process is run with a system user (UID <= SYS_UID_MAX) with
640
+ ``SYS_UID_MAX`` defined in ``/etc/login.defs``, or set the option
641
+ ``RemoveIPC=off`` in ``/etc/systemd/logind.conf``.
642
643
ZookeeperStore
644
~~~~~~~~~~~~~~
645
0 commit comments