Skip to content

Commit 59d40a8

Browse files
committed
data/settings: Add systemd environments to import_environment
1 parent 015216b commit 59d40a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

data/settings.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6659,7 +6659,11 @@ source IMAP server.
66596659
import_environment: {
66606660
default: `
66616661
TZ=%{env:TZ} CORE_OUTOFMEM=%{env:CORE_OUTOFMEM} CORE_ERROR=%{env:CORE_ERROR}
6662-
PATH=%{env:PATH} MALLOC_MMAP_THRESHOLD_=131072`,
6662+
PATH=%{env:PATH} MALLOC_MMAP_THRESHOLD_=131072
6663+
<br />
6664+
<br />
6665+
Also systemd environments: LISTEN_PID=%{env:LISTEN_PID} LISTEN_FDS=%{env:LISTEN_FDS} NOTIFY_SOCKET=%{env:NOTIFY_SOCKET}
6666+
`,
66636667
values: setting_types.STRLIST,
66646668
text: `
66656669
A list of environment key=value pairs, that are preserved and passed to all

0 commit comments

Comments
 (0)