runit: arreglar addService

This commit is contained in:
Cat /dev/Nulo 2023-02-07 18:34:06 -03:00
parent 7b978c3bea
commit 9af663a0c9

View file

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