[Solved] Error starting turnstiled - init-local.target service not found
I'm trying to use turnstile to run a user instance, since it seems to be the most recommended way to do it.
I've sucessfully installed turnstile from sources with cmake, meson and ninja.
But when I try to do `dinitctl start turnstiled`, it throws an error like this:
dinitctl: error loading service (or dependency of service).
dinitctl: try 'dinitcheck <service-name>' or check log for more information.
When I do that `dinitcheck turnstiled`, the output starts like this:
Checking service: turnstiled...
Checking service: init-local.target...
Unable to load service 'init-local.target': service description not found.
Checking service: login.target...
Checking service: local.target...
[...]
And in the final line it says ' One or more errors/warnings issued.'
Should I change /etc/dinit.d/turnstiled to depend on 'local.target' instead of 'init-local.target' or what am I missing?