runit: arreglar addService
This commit is contained in:
parent
7b978c3bea
commit
9af663a0c9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ exec chpst -P getty 38400 ttyS0 linux`,
|
||||||
`#!/bin/sh
|
`#!/bin/sh
|
||||||
exec logger -p daemon.info -t '${name}'`
|
exec logger -p daemon.info -t '${name}'`
|
||||||
);
|
);
|
||||||
await this.alpine.symlink(
|
await this.alpine.sudoSymlink(
|
||||||
`/run/runit/supervise.${name}.log`,
|
`/run/runit/supervise.${name}.log`,
|
||||||
path.join("/etc/sv/", name, "/log/supervise")
|
path.join("/etc/sv/", name, "/log/supervise")
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue