From a2ad0aaf66a292cff126b5f8c5d0b79534ac8423 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:27:16 +0200 Subject: [PATCH] Move audiod init config to base repo --- config/desktop-minimal.toml | 3 +-- config/wayland.toml | 3 +-- config/x11.toml | 3 +-- config/x86_64/desktop-contain.toml | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) 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 """