8000 Merge branch '3.4' into 4.4 · symfony/symfony-docs@8b95859 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b95859

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: minor. refs #13035 Add caution in system+semaphore
2 parents 7a3a8cc + 5fcedb6 commit 8b95859

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/lock.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,14 @@ can be two running containers in parallel.
643643
concurrent process on a new machine, check that other process are stopped
644644
on the old one.
645645

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+
646654
ZookeeperStore
647655
~~~~~~~~~~~~~~
648656

0 commit comments

Comments
 (0)
0