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.
1 parent 015216b commit 59d40a8Copy full SHA for 59d40a8
data/settings.js
@@ -6659,7 +6659,11 @@ source IMAP server.
6659
import_environment: {
6660
default: `
6661
TZ=%{env:TZ} CORE_OUTOFMEM=%{env:CORE_OUTOFMEM} CORE_ERROR=%{env:CORE_ERROR}
6662
-PATH=%{env:PATH} MALLOC_MMAP_THRESHOLD_=131072`,
+PATH=%{env:PATH} MALLOC_MMAP_THRESHOLD_=131072
6663
+<br />
6664
6665
+Also systemd environments: LISTEN_PID=%{env:LISTEN_PID} LISTEN_FDS=%{env:LISTEN_FDS} NOTIFY_SOCKET=%{env:NOTIFY_SOCKET}
6666
+`,
6667
values: setting_types.STRLIST,
6668
text: `
6669
A list of environment key=value pairs, that are preserved and passed to all
0 commit comments