mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
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:
commit
03f822cfc2
@ -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
|
||||
"""
|
||||
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user