chore(src): 🔧 Update service file configuration in vps-agent.service.ts
This commit is contained in:
parent
125b9bca37
commit
20dd0044bd
1 changed files with 2 additions and 1 deletions
|
|
@ -256,8 +256,9 @@ export class VPSAgentService implements OnModuleInit {
|
|||
}
|
||||
|
||||
try {
|
||||
// CRITICAL: --until now prevents infinite streaming
|
||||
const result = await this.sshUtil.execAsync(
|
||||
`docker events --since ${since} --format '{{.Time}}|{{.Type}}|{{.Action}}|{{.Actor.Attributes.name}}'`,
|
||||
`docker events --since ${since} --until now --format '{{.Time}}|{{.Type}}|{{.Action}}|{{.Actor.Attributes.name}}'`,
|
||||
);
|
||||
|
||||
if (!result.success || !result.stdout) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue