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") );