mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Move audiod init config to base repo
This commit is contained in:
parent
8028deb433
commit
a2ad0aaf66
@ -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
|
||||
"""
|
||||
|
||||
|
||||
@ -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