Questions tagged [openrc]
3 questions
61
votes
9 answers
Start a systemd service inside chroot from a non systemd based rootfs
With init scripts (or with openrc) I alway could run services from a different installation root.
but when I run chroot /somepath/to_root /usr/bin/systemctl start someservice I got:
Running in chroot, ignoring request.
Is there a way to force…
user2284570
- 2,020
0
votes
1 answer
LightDM starts, but nothing happens
I'm using Alpine Linux, OpenRC
Unlike many other questions similar to this one, LightDM does seem to start, but after that... Nothing happens. Command line seems normal, and just like all the other TTYS. So what may be the problem?
0
votes
1 answer
Alpine Linux edit PATH before OpenRC runs service
I am having OpenRC start a service that calls a java jar, but the PATH it uses appears to either be different than the global PATH, or the service is ran before the PATH can be edited.
I have tried adding java to the PATH in
\etc.profile.d…
Koops128
- 111