Skip to content

Commit

Permalink
Follow logname convention
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jul 14, 2024
1 parent 3897408 commit 3e3963f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/executor/unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class UnitExecutor {
"type": "external",
"working_directory": wd,
"executable": "/usr/local/bin/port",
"stdout": `${logbase}/unit-stdout.log`,
"stderr": `${logbase}/unit-stderr.log`,
"stdout": `${logbase}/unit_stdout_log`,
"stderr": `${logbase}/unit_stderr_log`,
"user": username,
"group": username,
"arguments": [
Expand Down

0 comments on commit 3e3963f

Please sign in to comment.