This commit is contained in:
Cat /dev/Nulo 2023-05-31 11:17:22 -03:00
parent d1bddfe3d7
commit d10ed631da

View file

@ -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)
);
},
};
}