mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Daemon hardening epic
This commit is contained in:
@@ -26,7 +26,10 @@ const supervisorArgs = [
|
||||
|
||||
const supervisor = spawn(process.execPath, supervisorArgs, {
|
||||
stdio: "inherit",
|
||||
env: process.env,
|
||||
env: {
|
||||
...process.env,
|
||||
PASEO_LOG_FORMAT: process.env.PASEO_LOG_FORMAT ?? "pretty",
|
||||
},
|
||||
});
|
||||
|
||||
function exitCodeForSignal(signal: NodeJS.Signals): number {
|
||||
|
||||
Reference in New Issue
Block a user