Skip to content

Commit

Permalink
Fix stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jul 14, 2024
1 parent 427b4f5 commit e4fe97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class UnitExecutor {
"working_directory": wd,
"executable": "/usr/local/bin/port",
"stdout": `${logbase}/unit-stdout.log`,
"stderr": `${username}/unit-stderr.log`,
"stderr": `${logbase}/unit-stderr.log`,
"user": username,
"group": username,
"arguments": [
Expand Down

0 comments on commit e4fe97c

Please sign in to comment.