We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b231871 commit 5fcedb6Copy full SHA for 5fcedb6
components/lock.rst
@@ -532,9 +532,9 @@ can be two running containers in parallel.
532
533
.. caution::
534
535
- When runing on systemd with non-system user with option ``RemoveIPC=yes``
+ When runing on systemd with non-system user and 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
+ Check that process is run 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
0 commit comments