bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
614 stars 67 forks source link

A bit confused about how the init system works #274

Closed xiaoshihou514 closed 2 years ago

xiaoshihou514 commented 2 years ago

I hijacked void and fetched an artix stratum. Originally after installing plasma using xbps I used ln -s /etc/sv/sddm/ /var/service/ to create a runit autostart. But when I chose the artix runit then sddm would not start. I know it's working as intended but when I looked into /var, the service folder does not exist anymore. I rebooted into the void stratum and found the same thing but sddm started on that stratum. The system works fine, but how did bedrock handle the init process exactly and can I still add runit services the same way as before? Help appreciated :) (New to both runit and bedrock, hope it's not a dumb question)

paradigm commented 2 years ago

You seem to be missing fundamental Bedrock concepts. Please go through either the interactive tutorial via brl tutorial basics or read the basic usage documentation. While you should try to learn everything there, at a minimum focus on the concept of local paths vs global paths.

xiaoshihou514 commented 2 years ago

You seem to be missing fundamental Bedrock concepts. Please go through either the interactive tutorial via brl tutorial basics or read the basic usage documentation. While you should try to learn everything there, at a minimum focus on the concept of local paths vs global paths.

I guess so :) The mirror was too slow so I skipped most of the tutorial. Too bad there wasn't some kind of static tutorial like vimtutor :(