Copy changes for 040 release (#2874)

* update 040 changelog

* remove post_up from 036-alpha6

* backend copy updates

* beta.4

* beta.5

* fix spelling

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
Matt Hill
2025-04-21 09:43:35 -06:00
committed by GitHub
parent 2c65033c0a
commit b1621f6b34
12 changed files with 119 additions and 121 deletions

View File

@@ -73,7 +73,6 @@ export class MainLoop {
env: {
TINI_SUBREAPER: "true",
},
mounts: null,
sigtermTimeout: utils.inMs(
this.system.manifest.main["sigterm-timeout"],
),

View File

@@ -139,7 +139,7 @@ export const polyfillEffects = (
effects,
subcontainer,
[input.command, ...(input.args || [])],
{ mounts: null },
{},
),
)
return {