Move audiod init config to base repo

This commit is contained in:
bjorn3 2026-04-11 15:27:16 +02:00
parent 8028deb433
commit a2ad0aaf66
4 changed files with 4 additions and 8 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
"""

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
"""