diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-25 00:31:25 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-25 00:31:25 +0100 |
commit | 0d779ef6359ff8a66b7c22ca7dee6b6097faa903 (patch) | |
tree | 2e2786106dd5248e53687f01aba0c62e5499baac /doc/config | |
parent | 68587e2920b52ad75f0badb4d3040b574797ac9e (diff) |
Add --multi-instance option.
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -169,6 +169,11 @@ # performance on slow systems. late-keyboard-init = false + # If true, allow multiple simultaneous processes. + # If false, create a lock file on startup to prevent multiple instances + # from running simultaneously. + multi-instance = false + # ### Inclusion # |