whoopsie
This commit is contained in:
parent
d1bddfe3d7
commit
d10ed631da
1 changed files with 4 additions and 1 deletions
5
index.js
5
index.js
|
@ -44,7 +44,10 @@ apk add --initdb --root /rootfs alpine-base
|
|||
} catch (error) {
|
||||
throw new Error(`Can't stat service ${service}: ${error}`);
|
||||
}
|
||||
await symlink(servicePath, join(root, `/etc/runlevels/`, runlevel));
|
||||
await symlink(
|
||||
servicePath,
|
||||
join(root, `/etc/runlevels/`, runlevel, service)
|
||||
);
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue