diff --git a/config/desktop-minimal.toml b/config/desktop-minimal.toml index a1cf799c..8ac8f36a 100644 --- a/config/desktop-minimal.toml +++ b/config/desktop-minimal.toml @@ -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 """ diff --git a/config/wayland.toml b/config/wayland.toml index 60ed9b93..fc7fd62d 100644 --- a/config/wayland.toml +++ b/config/wayland.toml @@ -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 """ diff --git a/config/x11.toml b/config/x11.toml index 7100191d..7ea5146a 100644 --- a/config/x11.toml +++ b/config/x11.toml @@ -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 """ diff --git a/config/x86_64/desktop-contain.toml b/config/x86_64/desktop-contain.toml index 4469792d..d37ececb 100644 --- a/config/x86_64/desktop-contain.toml +++ b/config/x86_64/desktop-contain.toml @@ -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 """