From 9af663a0c960ba2d5307824d1336a6851d5a9027 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 7 Feb 2023 18:34:06 -0300 Subject: [PATCH] runit: arreglar addService --- runit/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runit/index.ts b/runit/index.ts index 4e007f8..c69efd7 100644 --- a/runit/index.ts +++ b/runit/index.ts @@ -111,7 +111,7 @@ exec chpst -P getty 38400 ttyS0 linux`, `#!/bin/sh exec logger -p daemon.info -t '${name}'` ); - await this.alpine.symlink( + await this.alpine.sudoSymlink( `/run/runit/supervise.${name}.log`, path.join("/etc/sv/", name, "/log/supervise") );