This page will guide you through configuration of Re init system on your Linux machine.
If you want to create a core-service (service that is being run before post-mount services) you can add it to
To disable service simply remove the file that starts it from your core-service or service directory.
To start graphical session you have to run: udevd, dbus. Add these services to given directories
To add dbus to autostart add this to your /var/sv/dbus file:
mkdir -p /run/dbus
exec dbus-daemon --system
Now, to run X11 session simply add to your ~/.xinitrc file command that will start your de/wm. Add this to your ~/.xinitrc file and replace COMMAND with your actual command to start your desktop environment/window manager
exec COMMAND
And then run
To run other sessions you can download your favourite display manager (sddm, lightdm, gdm etc.) and create a service in /var/sv that will start display manager each boot.
Example service to start lightdm:
mkdir -p /run/lightdm
exec lightdm
This guide was moved to re/pipewire.
© 2025 Zerfithel Open Source Projects - See repositories for details about licensing here.