Merge branch 'move_more_init_configs' into 'master'

Move audiod init config to base repo

See merge request redox-os/redox!2054
This commit is contained in:
Jeremy Soller 2026-04-11 08:11:57 -06:00
commit 03f822cfc2
4 changed files with 6 additions and 13 deletions

View File

@ -17,8 +17,7 @@ orbutils = {}
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
requires_weak 10_net.target
notify audiod
requires_weak 10_net.target 20_audiod.service
nowait VT=3 orbital orblogin launcher
"""

View File

@ -32,8 +32,7 @@ xkeyboard-config = {}
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
requires_weak 10_net.target
notify audiod
requires_weak 10_net.target 20_audiod.service
nowait BROWSER=/bin/netsurf-fb VT=3 orbital orbital-wayland
"""

View File

@ -55,8 +55,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
requires_weak 10_dbus 10_xenv
notify audiod
requires_weak 10_dbus 10_xenv 20_audiod.service
nowait BROWSER=/bin/netsurf-fb VT=3 orbital orbital-x11
"""
@ -125,13 +124,10 @@ mate-session&
"""
# Override console config to set DISPLAY=:0
[[files]]
path = "/usr/lib/init.d/30_console"
path = "/usr/lib/environment.d/10_x11"
data = """
requires_weak 20_orbital
nowait DISPLAY=:0 getty 2
nowait DISPLAY=:0 getty /scheme/debug/no-preserve -J
DISPLAY=:0
"""

View File

@ -17,8 +17,7 @@ include = ["../desktop.toml"]
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
requires_weak 10_net.target
notify audiod
requires_weak 10_net.target 20_audiod.service
nowait VT=3 orbital contain_orblogin launcher
"""